Skip to content

samclearman/upforacamel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Up for a camel

Web based implementation of Camel Up

The game consists of two programs, a Node server and an HTML5 client. For ease of deployment, the server is set up to serve the client when run in production. In development it's better to serve the client seperately (with the create-react-app dev server) so that you can have hot reloading.

To set up a dev instance:

  1. cd server && npm install && npm start
  2. cd client && npm install && npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages