Skip to content

AUrdiales/mvc-node-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mvc-node-server

This app is a structure for a mvc app with Node.js and the frontend responsive framework materialize.

First of all we need to download Node.js from their webpage, and when we start we are gonna download the packages for this ap with this command:

npm install

You will get express, hbs and body-parser.

After this we need to install materialize, the frontend responsive framework with the bower.json with this command.

bower install

And now we can start the server and use it as we want as a Model, View, Controller app.

If you want I have this demo of the base app.

About

This is a node.js app with the structure for an mvc app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published