Skip to content

tim-evans/emoji-conway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✌️ Conway's Game of Life

A client / server Conway game of life.

🏃‍♂️ Running

To run the app, run npm start and npx parcel index.html. Visit localhost:1234 (or whatever parcel starts on) to see it in action ❤️

👩‍💻 Developing

This app is built using Parcel! I've bundled the package with the app, so all you'll need to do is run:

npm install

Once all the dependencies are installed, the app can be run by running npx parcel index.html.

The server is run by executing npm start. Once these two pieces are up and running, you can run the app in development mode.

🏗 Building

The frontend portion of the app can be built for production using this command:

npx parcel build

This should build the app under the dist/ directory in the root of the project.

About

✌️ Conway's game of life, but with emojis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published