A boilerplate/starter project for quickly building web using React with Vite
- Git hooks: using husky and lint-staged.
- Linting: using eslint and prettier.
- Clone this repo
git clone https://github.com/irfnd/react-vite-boilerplate
- Rename this boilerplate to whatever you want and move to that folder
cd react-vite-boilerplate
- Delete .git folder
- Reinitialize your git
git init . git add . git commit -m "Your initialize commit"
- Install all packages by typing
npm install
oryarn
. - Project ready to develop.
- You can run this project by typing
yarn dev
ornpm run dev
. - You can push/publish to your own github by changing some configuration in
package.json
based on the configuration you want.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch
git checkout -b feature/AmazingFeature
- Commit your Changes
git commit -m 'Add some AmazingFeature
- Push to the Branch
git push origin feature/AmazingFeature
- Open a Pull Request
Distributed under the MIT License.