Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 601 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 601 Bytes

bawo game

License: MIT

bawo game

Prerequisites

Ensure you have Node.js installed, then install all the build dependencies in the folder where you cloned the repository :

$ yarn install
  • yarn start to start the dev server on watch mode at localhost:9000.
  • yarn dev to start the dev server on watch mode at localhost:9000 with browser auto opening.
  • yarn build to generate a minified, production-ready build, in the public folder