- Style utility by Tailwind
- In app routing (inspired from Angular's resolver concept) by Navi
- CRA custom config by CRACO
- Style Class naming convention BEM
- CSS preprocessor SASS
- Component boilerplate generation tool generate-react-cli
Clone the project, navigate to the project directory and run the following command to download dependencies:
npm install
It is recommended to use npm
as a dependency manager for this project.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
To generate the component boilerplate code (React.FC)
eg. npm run generate Header
This project was bootstrapped with Create React App.