Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 551 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 551 Bytes

petronus-front

Runs the GUI for Pet.tech!

Running the application

  1. npm run build
  2. Open the application with ./petronus/build/index.html

Getting setup for development

  1. Install nodejs and npm for your distribution
  2. sudo npm install -g create-react-app
  3. cd petronus to navigate into the react app folder.
  4. npm install to install the necessary node modules.
  5. npm start to run the local version.