Go to file
MICHAEL JACKSON 2d5a93e86b Update express-unpkg dep 2017-04-19 16:55:15 -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 Allow requests to hit the backend in dev 2017-03-26 00:13:51 -07:00
server Remove logging of package requests 2017-04-19 16:35:55 -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 express-unpkg dep 2017-04-19 16:55:15 -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.