Uses React, Babel, and Webpack.
git clone git@github.com:seadb/wheres-mike-bishop.git
npm install
npm run compile
Create a config.js in the root directory. An example config.example.js
is
provided
-
$ export NODE_ENV="development"
-
$ npm run dev
-
Open http://localhost:8080/.
-
$ export NODE_ENV="production"
-
$ npm run start
-
Open browser to the hostname and port in config.js