Table of Contents
1 - Clone the repository
2 - Use node version
nvm use
3 - Install dependencies
NPM
npm install
or
PNPM
pnpm install
4 - Run the boilerplate
NPM
npm run dev
or
PNPM
pnpm run dev
5 - Let's coding and enjoy!
- Custom tools to component, pages, hooks and service files creation (compilot-cli)
- Dark/Light theme
More informations here -> https://github.com/egdev6/compilot-cli/
npx compilot-cli
Starts the server in development mode
pnpm run dev
Reinstalls dependencies and clears React’s cache
pnpm run reinstall
Clears Storybook’s cache
pnpm run storybook-clean-cache
