Skip to content

vijayabharathib/fcc-project-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of life project in react

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)

Commandline scripts

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