ReactJs Boilerplate.
This is to help those who just want's to go after the basic setup of the project.
Make sure to select lts/hydrogen from nvm i.e.: 18 from nvm cli
yarn
Scripts that help you run this project.
# to run the dev server
yarn dev
# to make a build
yarn build
# to run vitest utils
yarn test
# to deploy on gh-pages and URL would be https://{USERNAME}.github.io/{REPO_NAME}
yarn deploy
This project is licensed under the MIT License.