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
- Host: GitHub
- URL: https://github.com/iarthstar/my-cryptos
- Owner: iarthstar
- License: mit
- Created: 2019-12-08T18:05:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T15:39:39.000Z (over 5 years ago)
- Last Synced: 2025-01-13T21:26:54.507Z (4 months ago)
- Topics: cryptocurrency, netlify, purescript, reactjs, tracker
- Language: PureScript
- Size: 487 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```