https://github.com/peterdee/opensky-test-frontend
Frontend for the OpenSky test task
https://github.com/peterdee/opensky-test-frontend
Last synced: over 1 year ago
JSON representation
Frontend for the OpenSky test task
- Host: GitHub
- URL: https://github.com/peterdee/opensky-test-frontend
- Owner: peterdee
- Created: 2020-04-27T06:25:42.000Z (about 6 years ago)
- Default Branch: stage
- Last Pushed: 2020-04-28T08:18:46.000Z (about 6 years ago)
- Last Synced: 2025-01-21T10:11:15.871Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://opensky-api-test.herokuapp.com/
- Size: 255 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## opensky-test-frontend
Frontend for the [OpenSky](https://opensky-network.org/apidoc/rest.html) test project.
DEV: http://localhost:3000
STAGE: https://opensky-api-test.herokuapp.com
### Deploy
```shell script
git clone https://github.com/peterdee/opensky-test-frontend
cd ./opensky-test-frontend
nvm use 12.16.2
npm i -g yarn
yarn install
```
### Environemnt
You can provide the `.env` file for the environment variables.
See the [`.env.example`](.env.example) for details.
### Launch
```shell script
yarn dev
```
### Build
```shell script
yarn build
```
### Heroku
The `stage` branch is automatically deployed to Heroku.