Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/malcodeman/asset-tracker-frontend


https://github.com/malcodeman/asset-tracker-frontend

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

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