Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atanasster/grommet-dashboard
React nextjs grommet 2 dashboard template
https://github.com/atanasster/grommet-dashboard
graphql grommet nextjs nextjs-dashboard nextjs-template react-dashboard
Last synced: 11 days ago
JSON representation
React nextjs grommet 2 dashboard template
- Host: GitHub
- URL: https://github.com/atanasster/grommet-dashboard
- Owner: atanasster
- Created: 2018-08-12T14:42:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T19:35:39.000Z (over 4 years ago)
- Last Synced: 2024-10-12T22:47:43.548Z (26 days ago)
- Topics: graphql, grommet, nextjs, nextjs-dashboard, nextjs-template, react-dashboard
- Language: JavaScript
- Homepage: https://grommet-dashboard.herokuapp.com/?packages=react%2Cangular%2Cvue%2Cjquery
- Size: 287 KB
- Stars: 41
- Watchers: 4
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grommet dashboard template
**Live site**: https://grommet-dashboard.herokuapp.com
**Community**: https://spectrum.chat/crypto-grommet
## Install
* Get sources in local folder
```
$ git clone https://github.com/atanasster/grommet-dashboard.git
```* Move to your local folder
```
$ cd grommet-dashboard
```* Install dependencies
```
$ npm install
```
## Local deployment```
$ npm run dev
```## Production deployment
* Build package
```
$ npm run build
```* Start production server
```
$ npm run start
```## Testing
* Run eslint:```
$ npm run check
```
* Analyze packages:```
$ npm run analyze
```