Skip to content

rodinhart/VoidsAndUnits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoidsAndUnits

An example implementation of Noughts and Crosses (Tic Tac Toe) using PureScript, semantic-ui and react.

install

You will need purescript and associated tools:

npm install -g purescript
npm install -g pulp bower

Next are the node dependencies:

npm install

Then the purescript dependencies:

bower install

compile

Compile the purescript into javascript:

npm run compile

start

Fire up the webpack watcher and static file server:

npm start

browse

Play:

localhost:3000/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published