Go to file
MICHAEL JACKSON 8138917d0b Only record referers with hostnames 2017-05-23 16:06:49 -07:00
client Tweak require statements 2017-04-19 16:55:03 -07:00
config Rewrite frontend using create-react-app 2017-03-25 23:57:22 -07:00
public Rewrite frontend using create-react-app 2017-03-25 23:57:22 -07:00
scripts Add comments about __SERVER_DATA__ 2017-05-19 10:59:04 -07:00
server Add comments about __SERVER_DATA__ 2017-05-19 10:59:04 -07:00
workers Only record referers with hostnames 2017-05-23 16:06:49 -07:00
.gitignore Rewrite frontend using create-react-app 2017-03-25 23:57:22 -07:00
Procfile Add log ingestion worker 2017-05-19 22:41:24 -07:00
Procfile.local Rewrite frontend using create-react-app 2017-03-25 23:57:22 -07:00
README.md Rename "serve" command to "server" 2017-04-04 07:40:05 -07:00
package.json Add log ingestion worker 2017-05-19 22:41:24 -07:00
server.js Remove Trace, add Sentry 2017-04-24 14:39:53 -07:00
yarn.lock Add log ingestion worker 2017-05-19 22:41:24 -07:00

README.md

unpkg

unpkg is a fast, global CDN for everything on npm.

The project is maintained by React Training with sponsorship from Cloudflare and Heroku.

Development

The website was built using create-react-app. This is the app you see when you run yarn start. However, none of the package links will work.

To start the backend, use yarn run server. This will start the backend so the website (which is really just a static HTML file) can serve as a proxy for package requests.