You will need to use vscode in order to use our auto-formatting tools and linting.
Set the following environment variables:
MONGODB_URL=mongodb+srv...secret...
REACT_APP_API_BASE_URL=http://localhost:5000
Then run:
$ git clone https://github.com/AI-Global/design-assistant && cd design-assistant
$ yarn install
$ yarn watch:react
To start the backend, open another terminal and do:
$ yarn watch:api
/src
- the react app/src/views
- each UI page/src/Components
- reusable react components/public
- static assets (images, compiled JS libraries, etc)/api
- the express backend/.vscode
- shared vscode settings for the project