Skip to content

Commit 2d082c8

Browse files
committed
first commit
0 parents  commit 2d082c8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Simple Node Server with Babel
2+
3+
An easy way to get started with JavaScript on the command line.
4+
5+
## Requirements
6+
7+
* [node & npm](https://nodejs.org/en/)
8+
* [git](https://www.robinwieruch.de/git-essential-commands/)
9+
10+
## Installation
11+
12+
* `git clone git@github.com:rwieruch/node-babel-server.git`
13+
* `cd node-babel-server`
14+
* `npm install`
15+
* `npm start`
16+
17+
Adjust your Babel presets in *package.json* if you like to add or remove future JavaScript ES features.
18+
# multivariate-linear-regression-gradient-descent-javascript

0 commit comments

Comments
 (0)