How to make the Initialized Branch (deprecated) - osulp/dcwizard GitHub Wiki

How to create App

  • npm i create-react-app (this installs a lot of the dependencies needed in the package.json and many other files needed.)
  • create-react-app application
  • cd application
  • npm start

How to start and host on to local host

  • npm start

Installed npm packages used

  • npm i bootstrap
  • npm i react-router-dom
  • npm i reactstrap