Skip to content

Latest commit

 

History

History
177 lines (127 loc) · 6.29 KB

File metadata and controls

177 lines (127 loc) · 6.29 KB

Stargazers Issues LinkedIn

react-boilerplate.jpg

Table of Contents
  1. Built With
  2. Installation
  3. Next Steps
  4. Compilot cli
  5. Useful Scripts
  6. Contact

Built With

HTML5 CSS3 JavaScript TypeScript React React Router TailwindCSS Zustand Lefthook React Query Biome PNPM Vite Vitest

(back to top)

🔧 Installation

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!

Last Updates

  • Custom tools to component, pages, hooks and service files creation (compilot-cli)
  • Dark/Light theme

(back to top)

Compilot CLI

More informations here -> https://github.com/egdev6/compilot-cli/

npx compilot-cli

Useful commands:

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

Contact

image image image image

(back to top)