Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcodeman/asset-tracker-frontend
https://github.com/malcodeman/asset-tracker-frontend
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/malcodeman/asset-tracker-frontend
- Owner: malcodeman
- License: mit
- Created: 2020-04-11T13:47:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-20T18:38:38.000Z (about 3 years ago)
- Last Synced: 2024-10-29T11:10:29.470Z (2 months ago)
- Language: JavaScript
- Size: 1.46 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - asset-tracker-frontend - Software for maintenance & facilities. (React)
README
# Asset tracker frontend
[![style: styled-components](https://img.shields.io/badge/style-%F0%9F%92%85%20styled--components-orange.svg?colorB=daa357&colorA=db748e)](https://github.com/styled-components/styled-components)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)Software for maintenance & facilities.
![Screenshot](docs/images/screenshot.png)
## Getting started
First, clone and run the api:
```
git clone https://github.com/malcodeman/asset-tracker-backend.git
cd asset-tracker-backend
yarn install && yarn start
```Next, you can clone and run the frontend:
```
git clone https://github.com/malcodeman/asset-tracker-frontend.git
cd asset-tracker-frontend
yarn install && yarn start
```.env.development.local:
```
REACT_APP_API_URL = "http://localhost:4000/"
```