blueberryapps/react-bluekit

Tons of errors trying to run example...

Opened this issue · 1 comments

Lovely project! However it appears the example is way out of date - did a fresh install using just the example folder, and failed to produce anything. See attached.
errors

Hi @mspanish,

have you installed node modules in the root folder first?

It worked well for me on node version 8.9.4, running these commands:

git clone git@github.com:blueberryapps/react-bluekit.git
cd react-bluekit
yarn install
cd example
yarn install
yarn gulp

and then it listens at http://localhost:3000/ after that