This project uses the npm @baptistelechat/boilerplate package to easily start a new project using NextJS.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You have to install node on your machine : https://nodejs.org/en/download/
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
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 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
- NextJS → https://nextjs.org/
- TypeScript → https://fr.reactjs.org/
- PNPM → https://fr.reactjs.org/
- Shadcn/ui → https://ui.shadcn.com/
- Framer Motion → https://www.framer.com/motion/
This project is mantained by:
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request
Give a ⭐️ for support the project or if this project helped you !
This project use Gitmoji : "An emoji guide for your commit messages".