Examples
To run the examples first make sure your've gone trough all the steps explained in the development How to. Once you've got that set up then go to the examples directory
cd examples
Install it
npm install
and run it
npm start
you should now be able to check it out on your localhost. You can use the examples as a template for development.
Last updated