Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 321 Bytes

File metadata and controls

13 lines (10 loc) · 321 Bytes

Just a Universal Javascript sample application

Setup:

git clone git@github.com:mariosanchez/Beer-Taste-SPA.git
cd Beer-Taste-SPA
yarn # or `npm i`
yarn start:universal # or `npm run start:universal`

See package.json for additional available commands.

Based on https://github.com/lmammino/judo-heroes-2 😊