Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 970 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 970 Bytes

Download Node

  • https://nodejs.org/en/download/
    • This project is running on Node 14.16.1 and npm version 6.14.12
  • Run the installer (it will likely ask to add it to your path, do this!)
  • Verify node is installed correctly
    • In your cmd or powershell window, type node --version
  • Once you verify that node is installed, go to the project directory

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

  • run npm install - this will install project dependencies
    • run npm start
      • this should start the application on localhost:3000 and likely will open the application in your browser

Disclaimer

  • NOTE: This project will not run without the api running in the background!
    • Techinically it will, but it will not have any data populated and will fail if you click buttons (likely)
    • API needs to be running on localhost:8080