Go to file
MICHAEL JACKSON a3197e803a Update to React 15.5 2017-04-14 21:01:29 -07:00
client Update to React 15.5 2017-04-14 21:01:29 -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 Allow requests to hit the backend in dev 2017-03-26 00:13:51 -07:00
server Rewrite frontend using create-react-app 2017-03-25 23:57:22 -07:00
.gitignore Rewrite frontend using create-react-app 2017-03-25 23:57:22 -07:00
Procfile Rewrite frontend using create-react-app 2017-03-25 23:57:22 -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 Update to React 15.5 2017-04-14 21:01:29 -07:00
server.js Rewrite frontend using create-react-app 2017-03-25 23:57:22 -07:00
yarn.lock Update to React 15.5 2017-04-14 21:01:29 -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.