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

https://github.com/palerdot/simple-react-asset-tracker-map

Simple image map showing assets and trackers built with react
https://github.com/palerdot/simple-react-asset-tracker-map

Last synced: about 1 year ago
JSON representation

Simple image map showing assets and trackers built with react

Awesome Lists containing this project

README

          

## Simple React Asset Tracker app

Simple image map showing assets and trackers built with react

## Setting up

This project is bootstrapped with `create-react-app`. Please make sure you have **latest node** (preferable 6+)

```javascript
// install dependencies
yarn install
// start the dev server
yarn start
// you can also make a production build and run the stuff inside the build folder
```