Skip to content

TatriX/twgx

Repository files navigation

T.W.G. X

Compman inspired game in Purescript+Pux.

Installation

Clone the repository and run npm install to get started:

git clone git://github.com/tatrix/twgx.git
cd my-awesome-pux-app
npm install
npm start

After compiling the app should be available at http://localhost:8080.

NPM scripts

watch

npm start or npm run watch will start a development server, which hot-reloads your application when sources changes.

serve

NODE_ENV=production npm run serve builds your application and starts a production server.

build

npm run build builds application client and server bundles.

About

A terrible compman like game in Purescript+Pux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published