We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 2d082c8Copy full SHA for 2d082c8
README.md
@@ -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