ReactJS v18, React Router v6, Redux, Bootstrap v5, Styled Components, Babel7 and Webpack 5
Make sure that you've installed NodeJS 18.x or higher and NPM version 9.x or higher.
-
- Clone the repo
$ git clone https://github.com/balasasidhar/react-starter-template.git- Navigate to the root directory
$ cd react-starter-template- Install dependencies using yarn or npm
$ yarn installor
$ npm install- Start the development server
$ yarn startor
$ npm start -
- Start development server
$ yarn run testor
$ npm run test -
- Build
$ yarn run buildor
$ npm run build- Start production server
$ yarn run serveor
$ npm run serve
-
React & More
-
Styles
-
Components
-
Helper Libraries
-
Build Tools
-
Lint and Validators
-
Unit Testing