Tons of errors trying to run example...
Opened this issue · 1 comments
mspanish commented
janmarsicek commented
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