Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 569 Bytes

File metadata and controls

43 lines (27 loc) · 569 Bytes

proActiveWFM

proActiveWFM is a full stack JavaScript application with an Express server and MongoDB database.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development purposes.

Installing

Install dependencies:

npm install

Run a mongoDB server:

mongod

Seed the database:

mongo < server/db/seeds.js

Run webpack:

npm run build

Run express:

npm run server:dev

Using

The application is running on port 3000 so visit http://localhost:3000.