- Clone this repo
- Open your terminal and go into the proyecto folder
- Type into the terminal, npm install
- node app to run the framework
buy defult we have a controller called Home.js, to add a new controller just add a new file into the folder controller. The file new will be the controller name and the route name.
- proyect/app/controller/newController.js the route name it will be http://localhost:9090/newController to add a new route like http://localhost:9090/contact just add a new controller file into controller folder like proyect/app/controller/Contact.js