Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 285 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 285 Bytes

Game of Shells

Development

This will install all dependencies and start a server on http://localhost:3000

yarn
yarn dev

To start unit tests, type

yarn test:watch

To start acceptance tests, type

yarn bdd

Production

yarn build
yarn start