Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 708 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 708 Bytes

NodeJS, Express & ES6 API Boilerplate

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

  • ES6 Javascript transpiled with Babel
  • Linting with Eslint
  • Formatting using Prettier - Run npm run format:all before committing any code

Getting Started

# clone it
git clone [email protected]:ibuli/node-starter-es6.git
cd express-es6-rest-api

# Install dependencies
npm install

# Start development live-reload server
npm run dev

# Start production server:
npm run build

Format tasks

  • npm lint:js: lint JavaScript
  • npm format:all: format all JS

License

Apache License 2.0