https://github.com/whaaaley/state-sync-demo
https://github.com/whaaaley/state-sync-demo
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/whaaaley/state-sync-demo
- Owner: whaaaley
- Created: 2021-02-10T16:29:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T16:49:15.000Z (over 5 years ago)
- Last Synced: 2025-04-02T12:16:27.299Z (about 1 year ago)
- Language: JavaScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# state-sync-demo (wip)
This project is hosted here https://state-sync-demo.netlify.app/
# Build and Develop
Notable make targets. See the Makefile for a full list.
```sh
$ make # build for production
$ make start # start the development server
$ make clean # delete /node_modules, /public, /tmp, and package-lock.json
```