The project is hosted on github pages: https://vijayabharathib.github.io/fcc-project-game-of-life/
This project is part of the free code camp 'data visualization certificate'. Uses the following development workflow
- Use react for view (create-react-app)
- Use redux for state management
- Use sass for styling
- Use tape, react-test-utils, jsdom for testing
- automatic Unit and integration tests in dev (npm-watch)
- watch and process sass (npm-watch)
Workflow | Command |
---|---|
Install node dependencies | npm install |
Start the dev server | npm start |
Start watch on tests and sass files | npm run watch -s |
Deploy to gh-pages | npm run deploy |