This is a straightforward boilerplate for building websites with ES6 and Express.
# clone it
git clone [email protected]:pinceladasdaweb/es6-express.git
cd es6-express
# Make it your own
rm -rf .git && git init
# Install dependencies
npm install
# Start server
npm start
MIT