An example implementation of Noughts and Crosses (Tic Tac Toe) using PureScript, semantic-ui and react.
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 the purescript into javascript:
npm run compile
Fire up the webpack watcher and static file server:
npm start
Play:
localhost:3000/