An interactive simulation of John Conway's Game of Life
The Game of Life is a cellular automaton created by John Conway.
- Clone project
git clone https://github.com/egrochowski/conways-game-of-life.git
- cd into folder
cd conways-game-of-life
- Download dependencies in each repository
npm install
- Or run installation script in the
root
directory
sh devinstall.sh
-
Install Mongo
-
Start Mongo Server
brew services start mongodb-community
-
Start server
npm start
in theserver
directory -
Run
npm run build
ornpm run watch
to watch for changes in theclient
directory -
Open http://127.0.0.1:3000/ in your browser
- Axios: Version 0.24.0
- Express: Version 4.17.1
- Mongoose: Version 6.0.14
- Node.js: Version 14.17.5
- React: Version 17.0.2
- MongoDB: Version 4.2.1
- Immer: Version 9.0.7
- Styled-Components: Version 5.3.3