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
- Host: GitHub
- URL: https://github.com/wavesplatform/waves-items-webapp
- Owner: wavesplatform
- Created: 2019-01-25T13:56:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:44:50.000Z (over 3 years ago)
- Last Synced: 2024-04-15T00:16:49.553Z (about 2 years ago)
- Language: TypeScript
- Homepage: https://waves-items-webapp.waves-games.now.sh
- Size: 7.48 MB
- Stars: 3
- Watchers: 7
- Forks: 3
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
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.