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.
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
- Clone this repository into your local machine:
git clone https://github.com/seunzone/node-express-template.git
- Install dependencies
yarn install
- Start the development application by running
yarn run dev
MIT