forked from cerc-io/snowballtools-base
* Add resolver method for getting organizations * Fetch project data along with organizations from db * Refactor code to map db project entity to graphql type --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com> |
||
|---|---|---|
| .github/workflows | ||
| .husky | ||
| packages | ||
| .gitignore | ||
| lerna.json | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
snowballtools
-
Clone the
snowballtoolsrepogit clone git@github.com:snowball-tools/snowballtools-base.git -
In root of the repo, install depedencies
yarn -
Change directory to
packages/frontendcd packages/frontend -
Start the React application
yarn start -
The React application will be running in
http://localhost:3000/