Setup Development Environment Locally

  • Install all the dependencies
    npm install
    
  • Start the server with
    npm start
    
  • App will start running at http://localhost:3000