Skip to content

How to make the Initialized Branch (deprecated)

Hui Zhang edited this page Nov 20, 2018 · 1 revision

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

Clone this wiki locally