Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 401 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 401 Bytes

Anton Miroshnichenko M3307

Guide to installing and running:

Installed nodeJS required

Clone the repository

Type the following command in your project root directory: npm install.

Change config/DB.js to your server params

To initiate the NodeJS server by typing the following command: node server.js.

Start the server: npm start

Webpack development server will start at: http://localhost:3000