A sample app that demonstrates some of the features from the Grommet library.
To get started,
- Clone the repo: git clone https://github.com/GautamSatish/grommet_demo.git
- Install the dependencies: npm install
- Start the app server: npm run dist This should launch your app at http://localhost:3000/
In order to run in development mode:
- Start the data server: npm run dataServer
- Start the webpack dev server: npm run dev This should launch your app at http://localhost:9000/