Skip to content

prohorova/nightlife

Repository files navigation

Nightlife

Nightlife coordination app. Part of FCC

Demo

Client side was generated with Angular CLI version 1.0.0.

Run

Install dependencies

npm install

Run development server

npm run dev

MongoDB is required on localhost, otherwise change config in

server/config/env/development.js

Build client

ng build