ULL-MII-SYTWS / javascript-info-meta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Book JavaScript.Info

Buy the book

You can buy the book at:

Buy EPUB/PDF for offline reading

Installing the book locally

Install Git and Node.js.

Please use Node.js 10+.

Install meta in your machine. Install global Node modules:

npm install -g meta bunyan gulp@4

Run:

$ meta git clone git@github.com:ULL-MII-SYTWS/javascript-info-meta.git
...

Then cd server and issue meta git update

javascript-info-meta git:(master) cd server
server git:(master) meta git update
Clonando en 'modules/engine'...
remote: Enumerating objects: 136, done.
...

Install dependencies:

 server git:(master) npm i

Now run the server:

npm run server

You can see it running in localhost:3000

See also

About