Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 516 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 516 Bytes

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