Skip to content

pinceladasdaweb/es6-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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