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

https://github.com/iarthstar/my-cryptos

Track all your Cryptos at one place
https://github.com/iarthstar/my-cryptos

cryptocurrency netlify purescript reactjs tracker

Last synced: about 2 months ago
JSON representation

Track all your Cryptos at one place

Awesome Lists containing this project

README

        

# My Cryptos Web App

Track all your Cryptos at one place

A Template to develop Websites in [PureScript](http://www.purescript.org/) using the [`react-basic`](https://github.com/lumihq/purescript-react-basic) library.

## Development Guide

#### NOTE : Please make sure you have yarn :: [Installing yarn](https://yarnpkg.com/en/docs/install)

* Initial setup
```bash
$ yarn install
```

* Build
```bash
$ yarn build
```

* To Run Server
```bash
$ yarn start
```

* Run Server and Watch for changes
```bash
$ yarn watch
```