Skip to content

seadb/wheres-mike-bishop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Where's Mike Bishop?

Uses React, Babel, and Webpack.

Create Project

git clone git@github.com:seadb/wheres-mike-bishop.git

Setup

npm install
npm run compile

Create a config.js in the root directory. An example config.example.js is provided

Development

  1. $ export NODE_ENV="development"

  2. $ npm run dev

  3. Open http://localhost:8080/.

Production

  1. $ export NODE_ENV="production"

  2. $ npm run start

  3. Open browser to the hostname and port in config.js

About

Political website by mike bishop's constituents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published