Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 431 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 431 Bytes

This is a simple web dev project that pulls data used to determine whether a surf spot is good or not given the data.

Local Deployment Instructions

  1. Install dependencies by first running npm install from root directory, then npm run installAll to install dependencies for backend and web.
  2. Run both backend and web2.0 by running npm start from root directory to launch both backend and web2.0 applications.