/es6_template

Node.JS server with Babel config to be used as a starter for any ES2015 project using Node on the backend. Unopinionated and lightweight to get to coding fast

Primary LanguageJavaScript

ES6 Node.js Template

This repository is designed to give a quick and easy template to start off. It leverages ES6 technology, and uses a nodemon to detect changes, and restarts the server changes for you. This means making changes to the server restarts itself for you, so then all the client has to do is refresh.

Installation

  • npm install
  • npm start App is listening on port 3000

Navigate to localhost:3000