Simple react app template app that uses create-react-app but pre-configured to use tailwind CSS and redux toolkit.
This project requires NodeJS v12 or later and npm to run.
- Install node JS from here
- Configured Redux toolkit
- Configured to use tailwind CSS.
- Well structured folder structure.
- Configured to use axios
- Configured to use react-router
- Clone this repo using
git clone https://github.com/erandakarachchi/react-boilerplate.git
- Navigate to project root using the terminal and run
npm install
- Run the project using
npm start
- Run the tests using
npm test
- Create a production builds using
npm run build
Contact me on @erandakarachchi on twitter if there is anything.