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 install
or
$ npm install
- Start the development server
$ yarn start
or
$ npm start
-
- Start development server
$ yarn run test
or
$ npm run test
-
- Build
$ yarn run build
or
$ npm run build
- Start production server
$ yarn run serve
or
$ npm run serve
-
React & More
-
Styles
-
Components
-
Helper Libraries
-
Build Tools
-
Lint and Validators
-
Unit Testing