/es6-express

⚡️Express & ES6 Boilerplate

Primary LanguageJavaScriptMIT LicenseMIT

Express & ES6 Boilerplate

This is a straightforward boilerplate for building websites with ES6 and Express.

Getting Started

# clone it
git clone git@github.com:pinceladasdaweb/es6-express.git
cd es6-express

# Make it your own
rm -rf .git && git init

# Install dependencies
npm install

# Start server
npm start

License

MIT