b614f8646d | ||
---|---|---|
client | ||
config | ||
public | ||
scripts | ||
server | ||
.gitignore | ||
.travis.yml | ||
Procfile | ||
Procfile.dev | ||
README.md | ||
package.json | ||
server.js | ||
yarn.lock |
README.md
unpkg
unpkg is a fast, global CDN for everything on npm.
The project is sponsored by Cloudflare and Heroku.
Development
To start the server, use yarn dev
. This will start the backend so the website (which is really just a static HTML file) can serve as a proxy for package requests. Then, start the app in another shell with yarn start
.