https://github.com/andrewn/how-big-map
Compare two places to see what is different and what is the same 🤷♂️
https://github.com/andrewn/how-big-map
Last synced: over 1 year ago
JSON representation
Compare two places to see what is different and what is the same 🤷♂️
- Host: GitHub
- URL: https://github.com/andrewn/how-big-map
- Owner: andrewn
- Created: 2020-01-05T19:14:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-05T20:27:08.000Z (over 6 years ago)
- Last Synced: 2025-01-13T13:31:36.162Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# how-big-map
## CLI Commands
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# test the production build locally
npm run serve
# run tests with jest and preact-render-spy
npm run test
```
For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).