Skip to content

baptistelechat/baptistelechat-boilerplate

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