Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 275 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 275 Bytes

Blue Mountain Lightning Frontend Capstone

The following installation will make the site available at https://localhost:3000.

Running Locally

Install the dependencies:

npm install

Build the client:

npm run build

Run the server:

npm run server