Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 435 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 435 Bytes

react-route

This project is just for the demo purpose to familiar with React, React-Dom ,React-Router and Webpack.

Project setup

Clone repository in your system
git clone https://github.com/aureatelabs/react-route.git
Installed required project dependencies
yarn install
To start with the development mode
yarn start
To compile and make production mode
yarn build