Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucasrmagalhaes/learning-node

Learning Node.js
https://github.com/lucasrmagalhaes/learning-node

express jasmine linkedin-learning mongoose socket-io

Last synced: 1 day ago
JSON representation

Learning Node.js

Awesome Lists containing this project

README

        

```
npm i lodash
```

```
npm i -g nodemon
```

```
npm init --yes
```

```
npm i -s express
```

```
npm i -s body-parser
```

```
npm i -s socket.io
```

[MongoDB](https://account.mongodb.com/account/login)

```
npm i -s mongoose
```

```
npm i --save-dev jasmine
```

```
./node_modules/.bin/jasmine init
```

```
npm i --save-dev request
```