Go to file
MICHAEL JACKSON 1ca8318654 Add Trace 2017-04-21 08:47:19 -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 Add Trace 2017-04-21 08:47:19 -07:00
server.js Add Trace 2017-04-21 08:47:19 -07:00
yarn.lock Add Trace 2017-04-21 08:47:19 -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.