Skip to content

Files

Latest commit

 

History

History
11 lines (9 loc) · 258 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 258 Bytes

Quick start

  1. Move to the appropriate directory cd <EXAMPLE_NAME>.
  2. Run npm install in order to install dependencies.
  3. At this point you can run npm start to see the example app at http://localhost:8080.
cd grid
npm install
npm start