You can download this template to avoid setting up a project from scratch with the technologies mentioned below.
- Babel with preset-env
- Prettier
- ESLint with:
- Simple Import Sort
- Import plugin
- And a few other ES2015+ related rules
- Husky
- Lint Staged
- Conventional Commits
- React
- TypeScript
- Tailwind
- React Router
- Jest with DOM Testing Library
- GitHub Actions
Clone the project
git clone https://github.com/nsdonato/boilerplate_vitetsreact
Go to the project directory
cd boilerplate_vitetsreact
Install dependencies
npm install
Start the server
npm run dev
To run tests, run the following command
npm run test
If you have problems running tests on mac: facebookarchive/draft-js#2183
- ✋🏼 Cancel Previous Redundant Builds
- 📝 Assign PR to creator
- 💅🏼 Linting
- 👷🏻♀️ Build
- 🧐 Testing
If you have any feedback, please reach out to us at noeliadonato@gmail.com