Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 248 Bytes

File metadata and controls

19 lines (14 loc) · 248 Bytes

Node basic app

Skeleton of a node.js basic app using:

  • Express
  • Babel
  • Babel ESLint
  • ES6 syntax
  • Unit tests

How to use it

# Start the server
npm start

# ESLint check
npm run lint

# Run the tests
npm run test