Skip to content

Files

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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