Skip to content

irfnd/fe-warehouse

Repository files navigation

React + Vite Boilerplate

A boilerplate/starter project for quickly building web using React with Vite

Features

Get Started

  • 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 or yarn.
  • Project ready to develop.
  • You can run this project by typing yarn dev or npm run dev.
  • You can push/publish to your own github by changing some configuration in package.json based on the configuration you want.

Contributing

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

License

Distributed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages