Skip to content

Latest commit

 

History

History

README.md

Frontend

Required Programs:

nodejs
npm

To Run:

# Clone repo
git clone git@github.com:noahrinehart/HealthPool.git
cd DistHealth17/frontend
# Install dependencies
npm install --save
# To run as a dev server
npm run dev
# To run as a production server
npm run build
node index.js