This is a basic NodeJS boiler plater for rapid development of prototypes. It has the following features:
- Authentication with Passport
- Assets handled with ParcelJS
- Eslint with AirBnB rules(with some tweaks).
- Prettier configured with ESlint out of the box.
- View engine with Express-Handlebars
Do not add the variable.env file in a public repository when using for real projects. variables.env should cointain all the sensitive information from your website.
