react-bluekit
react-bluekit copied to clipboard
Tons of errors trying to run example...
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.
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 [email protected]: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