Installation

Steps to follow for getting started with the template:

Basic
  1. Start
    cd CODE-REACT
  2. Install via the npm
    npm install
    OR
    npm install --legacy-peer-deps
  3. For development
    npm start
  4. For build
    npm run build