Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 355 Bytes

README.md

File metadata and controls

19 lines (19 loc) · 355 Bytes

Node.js Express MVC Starter

Getting Started

Installing

Windows cmd or linux terminal

git clone https://github.com/Phoique/express-mvc-starter .

Package install

npm install

Start project (Do not forget to run MongoDB)

npm run start:dev

Type localhost in the web browser url section

http://localhost:3000