Skip to content

austinban/MONQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MONQ Front End

MONQ UI development, 2017

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. This app is built using npm and express.js.

Prerequisites

If you don't already have npm, you'll need to install it to get the app running. In order to do so, run the following code in your terminal.

sudo npm install npm -g

To ensure npm installed correctly, run:

npm -v

The output should look similar to:

3.9.3

Installing

To install node, follow the instructions found here: https://docs.npmjs.com/getting-started/installing-node.

To ensure node installed correctly, run:

node -v

The output should look similar to:

v6.2.1

Once node is installed, all you need to do to get the app running is run the following two commands command from the home directory:

npm install

and

npm start

from your home directory in terminal. The default host port is 3000, so the app can be seen on http://localhost:3000/. To terminate the local server, press control+c.

Built With

Author

  • Austin Ban

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Experimental front end UI dev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published