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

https://github.com/wavesplatform/waves-items-webapp

Waves Items Store
https://github.com/wavesplatform/waves-items-webapp

Last synced: 8 months ago
JSON representation

Waves Items Store

Awesome Lists containing this project

README

          

# waves-items-webapp

## Available Scripts

```json
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"analyze": "source-map-explorer build/static/js/main.*",
"test": "react-scripts test",
"eject": "react-scripts eject",
"schema": "apollo service:download ./src/schema.json",
"generate": "apollo client:codegen --localSchemaFile ./src/schema.json --target typescript"
},
```

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.