Easy to use configurable starter kit for small sized projects.
Built from scratch and added the base component and lint rules for the beautiful codebase. Using a lightweight CSS framework that Bulma.io.
Base lint rules added for code quality. StyleLint rules extended styleLint and esLint rules extended Airbnb.
Containing my vsCode editor settings.
$ git clone https://github.com/hamzaerbay/react-starter-kit.git <my-awesome-project>
$ cd <my-awesome-project>
npm install / yarn install
Build with vitejs
Deploying for local usage
npm run dev / yarn run dev
visit the http://localhost:5174/
# prettier
npm run format / yarn format
# eslint
npm run lint / yarn lint
Deploying everything for production.
npm run build / yarn run build
Installed RTL framework You can find further information on this doc also there is a cheatsheet
npm run test / yarn run test
- Star our GitHub repo ⭐️
- Create pull requests, submit bugs, suggest new features or documentation updates 🔧