July 2017
Intermediate to advanced
656 pages
16h 1m
English
We will use a tool called sinopia.
We install it with npm:
npm install -g sinopia
Next, simply start sinopia as a service:
sinopia &> /dev/null &
Alternatively, this is if we're on Windows:
START /B "" sinopia > nul 2> nul
In order to publish to our local registry, we'll need to configure npm to point at Sinopia's HTTP endpoint.
We can do so with the following command:
npm set registry http://localhost:4873