This app is the demo for Platform project
- Download zip file or type command in your terminal
[email protected]:nvdai2401/clever-demo.git
- Run
yarn
to install essential dependencies. Don't runnpm install
because it can cause problems with the app - Add your GraphQL Server url in
configs.local.js
- Run
yarn start
to start the web app. The app will run atlocalhost:3000
- Run
yarn test:watch
to see the test results.