1.0.12 • Published 3 years ago

@integralgis/buttons-sample v1.0.12

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

This is the IGIS react template set up to use either typescript.

It uses tslint airbnb for code consistency. we chose "never" for trailing commas. console logs are allowed no-use-before-define is also turned off (sorry Scott)

It has the jest testing harness ("npm test" will run the tests) ("ctrl c" will stop it)

if you work locally, go to index.tsx and change serviceWorker.register() to serviceWorker.unregister(); The service worker will cache a lot of the start up files for faster response times in production, but a bit of a nuisance when debugging.