hyunsbae / google-newslab-game

Demo here

Home Page:stagekk.com/game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A game for 2017 presidential election

Caution: This code is dirty and not organized. It might harm your eyes.

1. Install dependencies:

Navigate to the cloned repo’s directory.

Run:

npm install

2. Run the development server:

Run:

npm run dev

This will run a server so you can run the game in a browser.

Open your browser and enter localhost:3000 into the address bar.

Also this will start a watch process, so you can change the source and the process will recompile and refresh the browser

3. Build for deployment:

Run:

npm run deploy

This will optimize and minimize the compiled bundle.

About

Demo here

stagekk.com/game

License:MIT License


Languages

Language:JavaScript 91.0%Language:HTML 9.0%