Skip to content
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.

asu-ke-web-services/sustainability-clicker

Repository files navigation

sustainability-clicker

Cookie Clicker Variant with a Sustainability Theme

Build Status

Getting Started

Installation

  • npm install

  • npm run build - to build the app once

  • npm run watch - to build the app every time you hit save

  • npm run server - to start a live reloading server on http://localhost:8080/webpack-dev-server/ (note it does not update the files on disk in build)

Testing/Linting

  • npm run lint - to run Javascript Linter (ESLint)