nodejs-mvc-skeleton

repo
Created Sep 2020
Original
JavaScript
Stars
2
Forks
0
Size
151 KB
Last Update
almost 2 years ago

Template structure d'un projet Node.js avec Express

README.md

Node-MVC-Skeleton

Base structure project Express

Clone the project

git clone https://github.com/benoitpetit/NodeJS-MVC-Skeleton.git

Install dependencies

npm install

Run the server node

with nodemon

npm run dev

with node

npm run start