An open API service indexing awesome lists of open source software.

https://github.com/febobo/solebtc-js


https://github.com/febobo/solebtc-js

Last synced: about 1 year ago
JSON representation

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
```