ibuli / node-starter-es6

Node.js Starter Pack With ES6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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

About

Node.js Starter Pack With ES6

License:Apache License 2.0


Languages

Language:JavaScript 100.0%