This project makes use of webpack to provide a development server with hot reload as well as to produce a "production build (note: a prod build has yet to be added).
- Pull down a local copy of the repo
git clone https://github.com/tharr916/fe-playground
- Install dependencies
npm install
or
yarn
-
Add any api/service keys of your own (see configuration)
-
Start the dev server, or
npm run start
or
yarn
- Bundle the application
npm run build
or
yarn run build