Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.03 KB

File metadata and controls

30 lines (25 loc) · 1.03 KB

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