Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.34 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.34 KB

Game-Llama

A place to game developers shares works, ideas, frustrations and dreams

Trello

https://trello.com/b/up8rVkC3/game-llama

Front End Build Setup

# install dependencies
npm install
or
yarn

# serve with hot reload at localhost:8080
npm run dev
or
yarn dev

# build for production with minification
npm run build
or 
yarn dev

# build for production and view the bundle analyzer report
npm run build --report
or
yarn build --report

# run unit tests
npm run unit
or
yarn unit

# run all tests
npm test
or
yarn test