/node-js-with-express-and-ejs

Structure application with Node JS and Express. Using simple requests. In this example include template Bootstrap sending one form request.

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

node-js-with-express-and-ejs

Structure application with Node JS and Express. Using simple requests. In this example include template Bootstrap sending one form request.

Prerequisites

Install Node JS 6.0 or later and GIT in your enviroment.

Installing

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

Oppening application example

Open your browser in localhost:3000

Built With

Authors

License

This project is licensed under the GNU License - see the LICENSE.md file for details