This example is for projects built using any sort of JavaScript/HTML combo.
For more specific integrations, check out the React example or raise an issue for others you'd like to see.
- Clone the repository, then navigate to this folder.
- Run
npm installthe first time. - Run
npm startto develop locally. Your app will start on http://localhost:8000/ - Run
npm run buildto make a production-optimised bundle.
Feel free to open an issue with any questions!