Structure application with Node JS and Express. Using simple requests. In this example include template Bootstrap sending one form request.
Install Node JS 6.0 or later and GIT in your enviroment.
The first step, clone this repo using the folow command
git clone https://github.com/wanderaraujo/node-js-with-express-and-ejs.git
Run command to install resources
npm i
To run apllication
npm start or node server
The application running at port 3000
Open your browser in localhost:3000
- Node JS - The base for developer
- Express JS - Define routes of application
- Bootstrap - Used to desing aplication
- Start Bootstrap - Free template used in this example
- Wanderson Araujo - WanderAraujo
This project is licensed under the GNU License - see the LICENSE.md file for details