https://github.com/samuraikun/miminga-client
https://github.com/samuraikun/miminga-client
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samuraikun/miminga-client
- Owner: samuraikun
- Created: 2018-08-04T08:32:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-05T14:38:44.000Z (about 7 years ago)
- Last Synced: 2025-01-22T12:12:58.052Z (9 months ago)
- Language: JavaScript
- Size: 206 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# miminga-client
### run develop environment
```bash
npm install
npm run start
```### Deploy Production Environment
```javascript
// build static file
npm run build// Deploy to Firebase
firebase deploy
```