Skip to content

baptistelechat/baptistelechat-boilerplate

Folders and files

NameName
Last commit message
Last commit date
Aug 21, 2024
Aug 21, 2024
Aug 21, 2024
Feb 27, 2024
Feb 29, 2024
Aug 21, 2024
Feb 27, 2024
Mar 2, 2024
Feb 27, 2024
Aug 21, 2024
Aug 21, 2024
Feb 27, 2024
Feb 27, 2024
Feb 27, 2024

Repository files navigation

Baptiste LECHAT Boilerplate πŸš€

This project uses the npm @baptistelechat/boilerplate package to easily start a new project using NextJS.

✨ Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

baptistelechat-boilerplate

🚩 Prerequisites

You have to install node on your machine : https://nodejs.org/en/download/

πŸ’» Installing

A step by step that tell you how to get a development env running.

Step 1 β†’ clone the project by using the commands below :

git clone https://github.com/baptistelechat/baptistelechat-boilerplate.git

Step 2 β†’ install the packages :

npm run install
# or
yarn install
# or
pnpm install

Step 3 β†’ start your local server :

npm run dev
# or
yarn dev
# or
pnpm dev

Step 4 β†’ open a browser and go to localhost :

localhost:3000

🧱 Build project

Step 1 β†’ build the project :

npm run build
# or
yarn build
# or
pnpm build

Step 2 β†’ start your server :

npm run start
# or
yarn start
# or
pnpm start

Step 3 β†’ open a browser and go to localhost :

localhost:3000

βœ” Lint project

Lint project without fix

npm run lint
# or
yarn lint
# or
pnpm lint

Lint project with fix

npm run lint:fix
# or
yarn lint:fix
# or
pnpm lint:fix

πŸ— Built With

😸 Maintainers

This project is mantained by:

πŸ‘¨β€πŸ’»πŸ‘©β€πŸ’» Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push your branch (git push origin my-new-feature)
  5. Create a new Pull Request

⭐ Show your support

Give a ⭐️ for support the project or if this project helped you !

πŸ˜‚ Gitmoji

This project use Gitmoji : "An emoji guide for your commit messages".

gitmoji

Build Status Gitmoji

About

My personal boilerplate for easily bootstrap a new project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published