Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 436 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 436 Bytes

Boilerplate using node express framework

Install an app

Run the following command in root directory of an app in command prompt.

Install node packages

npm install

Run an app

Run Server

Run the following command in root directory of an app in command prompt.

node server.js

You can see the port number in command prompt after sucessfull run

You can change the settings in server/config/config.js file