/snowblind

An adventure game

Primary LanguageJavaScript

Snowblind

Build Status Coverage Status

An open source adventure game built with universal JavaScript, React + Redux

Build assets (necessary for first run)

NODE_ENV=production npm run build

In Windows set the variable before executing the command

set NODE_ENV=production
npm run build

Run in production mode

NODE_ENV=production npm start

In Windows

set NODE_ENV=production
npm start

Run in developer mode

gulp