Go to file
MICHAEL JACKSON 0f5c584104 Rewrite frontend using create-react-app 2017-03-25 23:57:22 -07:00
client Rewrite frontend using create-react-app 2017-03-25 23:57:22 -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 Rewrite frontend using create-react-app 2017-03-25 23:57:22 -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 Rewrite frontend using create-react-app 2017-03-25 23:57:22 -07:00
package.json Rewrite frontend using create-react-app 2017-03-25 23:57:22 -07:00
server.js Rewrite frontend using create-react-app 2017-03-25 23:57:22 -07:00
yarn.lock Rewrite frontend using create-react-app 2017-03-25 23:57:22 -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 serve. This will start the backend so the website (which is really just a static HTML file) can serve as a proxy for package requests.