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