An easy solution for vite, reactjs, eslint & prettier setup for react projects.
- Visual Studio Code Editor &
- It's two extension -
ESlint
,Prettier
- Faster development experience
- Instant Reload in Browser Preview
- Amazing linting and formatting to indentify error easily
- Clone/Download this repo in your Project Directory
- then use
npm install
oryarn install
to install project dependecies - then use
npm dev
oryarn dev
to run the project server - then use
npm build
oryarn build
to get production build
If it helps me, leave a star, Thank you💖💖