WSKKung / express-ejs-mvc-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 74.1%Language:EJS 25.9%