https://github.com/febobo/solebtc-js
https://github.com/febobo/solebtc-js
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/febobo/solebtc-js
- Owner: febobo
- License: mit
- Created: 2016-04-21T16:21:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-04T14:42:22.000Z (over 10 years ago)
- Last Synced: 2025-02-09T06:41:28.050Z (over 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# solebtc-js
> solebtc earns 2k USD per day.
## Running your project
The generated project includes a development server on port `8000`, which will rebuild the app whenever you change application code. To start the server (with the dev-tools enabled), run:
```bash
$ npm start
```
To run the server with the dev-tools disabled, run:
```bash
$ DEBUG=false npm start
```
To build for production, this command will output optimized production code:
```bash
$ npm run build
```