Skip to content

lifenautjoe/bol-www

Repository files navigation

bol-www

The Frontend Application for mancalive, a realtime mancala experiment.

TOC

Requirements

Development

Clone and run the backend application

It is a must. The development server will forward requests to it on port 8080.

Clone the repository

git clone [email protected]:lifenautjoe/bol-www.git

Change to the root directory

cd bol-www

Install the project dependencies

npm install

Start the development server

npm start

Building for production

Bundle and optimize the application and it's assets for production.

npm run build

The build artifacts will be stored in the dist/ directory.

TODO

  • Responsive game route
  • Game route code cleanup
  • PROFIT!

FAQ

Backend code repository

The backend code repository is here.

Useful links

License

MIT

Author

Joel Hernandez | Website