pinceladasdaweb / es6-express

⚡️Express & ES6 Boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

⚡️Express & ES6 Boilerplate

License:MIT License


Languages

Language:JavaScript 79.8%Language:HTML 20.2%