2019-12-02 11:39:51 +01:00
..
2019-06-05 16:49:00 +02:00
2018-12-06 16:45:45 +01:00
2018-12-06 16:45:45 +01:00
2018-12-06 16:45:45 +01:00
2019-10-02 22:07:01 +02:00
2019-10-02 22:07:01 +02:00
2018-12-06 16:45:45 +01:00
2019-10-02 22:07:01 +02:00

Loadable Components website

Documentation site for loadable components. This website is running on gatsbyjs.

Getting Started

To install and run the docs site locally:

yarn
yarn dev

Then, open your favorite browser to localhost:8000. GraphiQL runs at localhost:8000/___graphql.

Contributing

Build the site to test locally.

yarn build

Serve the build.

yarn serve

Then, open your favorite browser to localhost:9000 to verify everything looks correct.