/Template-Website-EJS

Template website use node js

Primary LanguageCSS

Template Website EJS

Template is an open source, use admin dashboard template for Bootstrap created by Phucnd.

Preview

SB Admin Preview

View Live Preview

Status

GitHub license

Download and Installation

To begin using this template, choose one of the following options to get started:

  • Download the repo
  • Clone the repo: git clone git@github.com:seakBz/Template-Website-EJS.git
  • Fork, Clone, or Download on GitHub

Structure

app
├── public
│   └── assets
├── src
│   ├── config
│   ├── controllers
│   │   └── demoController.js
│   ├── helpers
│   ├── plugins
│   └── services
├── Views
│   ├── demo
│   │   └── index.ejs
└── index.js

package.json

#require
$ npm install express
$ npm install express-ejs-layouts
$ npm install ejs
$ npm install body-parser

$ npm install -g nodemon #use live server

#roption
$ npm install request
$ npm install axios

file package.json

  "name": "template-ejs-website",
  "version": "1.0.0",
  "description": "this is template ejs website",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "nodemon index.js",
    "start": "node index.js"
  },
  "author": "PhucBinz",
  "license": "MIT",
  "dependencies": {
    "axios": "0.19.0",
    "body-parser": "^1.19.0",
    "ejs": "^2.7.1",
    "express": "^4.17.1",
    "express-ejs-layouts": "^2.5.0",
    "request": "^2.88.0"
  }
}

Start

  • $ npm run dev

About

Copyright and License

Copyright 2019 Phucnd - Sauanla. Code released under the [MIT] license.