React App and frontend of Ask Your Cloud!
This repo is part of the "Ask your Repository" Bachelor project containing the following repos:
- Elija - Ask your Repository Backend API
- Jona - Ask your Repository Web Frontend
- Tobito - Ask your Repository Dialogflow Adapter
- Ask your Repository Docker Deployment
- Ask your Repository Project Documentation
- Install YARN: https://yarnpkg.com/lang/en/docs/install/
- Clone the repository:
git clone https://github.com/hpi-sam/ask-your-repository-web.git
- Change directory into the repository folder:
cd ask-your-repository-web
- Execute
yarn install
to install dependencies - Execute
yarn flow-typed install
to install types for all dependencies - Start developing and Have fun!
- ???
- Profit!
yarn install
· Install dependencies
yarn start
· Run the app in development mode on localhost:3000
yarn test
· Execute tests
yarn build
· Build app for production to the /build
folder
yarn flow-typed install
· Install flow dependencies
yarn flow
· Type check the code
yarn lint
· Run ESLint
Further documentation can be found in the Wiki.
This project is licensed under the terms of the MIT license.