Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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