React Installation

Steps to be follow for getting started with the template:

Basic

  1. Start
    cd  CODE-REACT
  2. Install via the npm
    npm install
    OR when you get any error on npm install
    npm i --legacy-peer-deps
  3. For development
    npm run start
  4. For build
    npm run build