Skip to content

template-raven/ejs-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EJS Starter

Writing express boilerplate is a drag. That's why we wrote this.

EJS Starter Template is a boilerplate for new Node.js applications with the help of Express and EJS. The idea behind this project is to have everything in place, so there are no extra dependencies and you can focus on building your application.

EJS Starter is the best way to kick off your next Node.js project. This boilerplate has everything you need to get started.

Demo

https://ejs-starter.herokuapp.com

Preview Image

Features

  • Easy to use.
  • Added all routes that will be needed.
  • Usage of Nodemon as a devDependency to restart server each time the code is changed.
  • Included Normalize.css for CSS reset.

Usage

Make sure you have git and node installed.

git clone https://github.com/template-raven/ejs-starter
cd ejs-starter
npm install
npm start

Use npm run dev to restart server everytime the code is changed.

Then navigate to localhost:3500