react-bluekit icon indicating copy to clipboard operation
react-bluekit copied to clipboard

Tons of errors trying to run example...

Open mspanish opened this issue 7 years ago • 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

mspanish avatar May 11 '18 20:05 mspanish

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

janmarsicek avatar Jun 27 '18 19:06 janmarsicek