https://github.com/malcodeman/asset-tracker-frontend
https://github.com/malcodeman/asset-tracker-frontend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/malcodeman/asset-tracker-frontend
- Owner: malcodeman
- License: mit
- Created: 2020-04-11T13:47:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-20T18:38:38.000Z (over 3 years ago)
- Last Synced: 2025-01-29T22:33:08.715Z (4 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
[](https://github.com/styled-components/styled-components)
[](https://github.com/prettier/prettier)Software for maintenance & facilities.

## 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/"
```