/fe-playground

A playground for testing interesting patterns in frond end design and development

Primary LanguageJavaScript

🚀 Welcome to My Front-End Playground

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).

Running FE-Playground

  1. Pull down a local copy of the repo
git clone https://github.com/tharr916/fe-playground
  1. Install dependencies
npm install

or

yarn
  1. Add any api/service keys of your own (see configuration)

  2. Start the dev server, or

npm run start

or

yarn
  1. Bundle the application
npm run build

or

yarn run build