A boilerplate for quickly getting up and running with express, passportjs authentication, mongodb and handlebars.
- Express.js
- Handlebars.js
- Passport.js
- Gulp
- Sass
- Babel ES6 - es2015
- Normalize.css
- Bootstrap v4
- Mongoose
- and other goodies!
- Lato
- Roboto
- Knewave
- Ramabhadra
- Oswald
- Font Awesome
- Node.js v4+
- MongoDB
- Yarn (optional)
If you use NPM:
$ npm install
If you use yarn:
$ yarn install -D
.env.example to .env
$ cp .env.example .env
$ npm start
or
$ yarn start
$ gulp js
$ gulp sass
$ gulp watch