1. Clone this repo:
https://github.com/mnomanme/advanceReact.git
git checkout branchname
2. Installation
npm install
or
yarn install
3. Then run
After all dependencies have been installed you can run it locally in development mode or you can built out the static assets to deploy them on any webserver.
-
Development mode
After installing all dependencies you can run it on the webpack dev server by running the following command:
npm start
or
yarn start
Muhammad Noman - mohammadnoman.me@gmailcom
Project Link: https://github.com/mnomanme/advanceReact