Skip to content

LoJeff/AB-IO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

Auto Battler IO game

Developer commands:

To load the node modules:

cd client
npm install // install the server node module dependencies from client/package.json
cd ../backend
npm install // install the client node module dependencies from package.json

To run the development server:

cd client
npm run start # start the react client on port 3000
# in a new shell
cd backend
npm start # start the server on port 8000

To build for client for production:

cd client
npm run build # Resulting front end code will be in clients/build/

To build the backend with babel:

cd backend
npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published