项目作者: pinceladasdaweb

项目描述 :
⚡️Express & ES6 Boilerplate
高级语言: JavaScript
项目地址: git://github.com/pinceladasdaweb/es6-express.git
创建时间: 2016-12-04T21:36:35Z
项目社区:https://github.com/pinceladasdaweb/es6-express

开源协议:MIT License

下载


Express & ES6 Boilerplate

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

Getting Started

  1. # clone it
  2. git clone git@github.com:pinceladasdaweb/es6-express.git
  3. cd es6-express
  4. # Make it your own
  5. rm -rf .git && git init
  6. # Install dependencies
  7. npm install
  8. # Start server
  9. npm start

License

MIT