Welcome, to DEVDREAM
you need to run the backend server first. You can find it here
-
make sure you have Node.JS installed
-
cd into the devdream directory
-
npm install
&&npm audit
afterwards. -
if you still get a Warning sign use
npm audit fix
-
Also install grommet.io using the following command in the terminal
npm install grommet styled-components polished --save
-
you might have to
npm audit fix --force
afterwards -
to start the web app
npm start
VOILA!