Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 570 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 570 Bytes

Simple Node Server with Babel

An easy way to get started with JavaScript on the command line. Read more about it.

Requirements

Installation

  • git clone git@github.com:rwieruch/node-babel-server.git
  • cd node-babel-server
  • npm install
  • npm start
  • include .env in your .gitignore

Adjust your Babel presets in package.json if you like to add or remove future JavaScript ES features.