This project was inspired by book from Stephen Wolfram, A new kind of science.
Some of simple cellular automates, with using React.js and svg.
Client produce svg images, you can it export (from browser) for future use. Also you can study cellular automates by changing automate rules and observe the result.
Online build available here: http://js-cellular-automate.herokuapp.com
This project is generated with yo react-webpack generator
We use simple node.js server, for hosting in production, but may be in future we move some (slowly) functionality to server.
npm install
node index.js
cd client
Run grunt build
for building distributive for production.
and grunt serve
for developer preview.
Running grunt test
will run the unit tests with karma.
we use CircleCI inspired by javascripting.com blog post
Last master branch build deploys to Heroku: http://js-cellular-automate.herokuapp.com