Skip to content

alexsimpson440dev/utilities-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published