MVC Web Template

This is a NodeJS web server template with Express and EJS frameworks.

NodeJS is required to be installing on your machine before running the project.

Initialization

Go to project directory

    cd <project-directory>

Install project dependencies.

    npm install

Running

Go to project directory

    cd <project-directory>

Run the server locally.

    npm start

You should now be able to access the server on http://localhost:4000 with your browser.

Authors

  • Sahachai Plangrit