https://github.com/atanasster/grommet-nextjs
Build enterprise apps with react and grommet
https://github.com/atanasster/grommet-nextjs
grommet grommet-controls nextjs react-live
Last synced: 8 months ago
JSON representation
Build enterprise apps with react and grommet
- Host: GitHub
- URL: https://github.com/atanasster/grommet-nextjs
- Owner: atanasster
- Created: 2018-02-20T22:26:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T17:45:42.000Z (about 6 years ago)
- Last Synced: 2025-04-03T21:11:15.155Z (about 1 year ago)
- Topics: grommet, grommet-controls, nextjs, react-live
- Language: TypeScript
- Homepage: https://grommet-nextjs.herokuapp.com
- Size: 6.86 MB
- Stars: 58
- Watchers: 8
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example app with nextjs and grommet v2
**Live site**: https://grommet-nextjs.herokuapp.com
**Community**: https://spectrum.chat/crypto-grommet
## Install
* Get sources in local folder
```
$ git clone https://github.com/atanasster/grommet-nextjs.git
```
* Move to your local folder
```
$ cd grommet-nextjs
```
* 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
```