Skip to content

A starter kit for starting a nodejs/express with handlebars project

Notifications You must be signed in to change notification settings

seunzone/node-express-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Express Templating Engine Starter Kit

Built with Spacemacs

Application Description

It's always stressful getting started with another gig where you'd need nodejs to power the backend and a templating engine to power the front-end. This is just a starter kit, install it and start coding your way to the top.

Technologies used

NodeJS - This powers the backend. Express - This is used to get the server up, of course you know what it is. ES-Lint - I've taken the liberty to set this up and following the airbnb starndard. Babel - This is 2019, we're using es6 baby. Handlebars - This is the templating engine powering our front-end

Installation

  1. Clone this repository into your local machine:
git clone https://github.com/seunzone/node-express-template.git
  1. Install dependencies
yarn install
  1. Start the development application by running
yarn run dev

License

MIT

About

A starter kit for starting a nodejs/express with handlebars project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published