mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2024-11-18 09:06:18 +00:00
Nabarun Gogoi
0b91771e90
* Implement search functionality with downshift * Show project details in suggestions and handle selection * Rename component to ProjectSearch * Use renamed component |
||
---|---|---|
.github/workflows | ||
.husky | ||
packages/frontend | ||
.gitignore | ||
lerna.json | ||
package.json | ||
README.md | ||
yarn.lock |
snowballtools
-
Clone the
snowballtools
repogit clone git@github.com:deep-stack/snowballtools.git
-
In root of the repo, install depedencies
yarn
-
Change directory to
packages/frontend
cd packages/frontend
-
Start the React application
yarn start
-
The React application will be running in
http://localhost:3000/