Render website sections with lazy-loaded data from Google Spreadsheets
It's lightweight, fast, free and open-source !
See how it works, full documentation and examples below:
Feel free to contribute, and open issues!
- Clone the repository
- Install dependencies with
npm install
- Open 3 terminals:
- One with typescript compiler:
npm run watch:ts
- One with js bundler:
npm run watch:bundler
- One with anything else you are working with, for example:
- run tests:
npm test
- serve test server to display demo with your bundled version (http://localhost:8080/test/index.html):
npm run serve
- run tests:
- Once you think you did something amazing, run all the tests and submit your pull requests!