A collection of simple examples that demonstrate the use of various argon.js features
Setup: Install Jekyll
git clone https://github.com/argonjs/samples.git # Clone the repository.
cd samples && npm install # Install dependencies.
npm run devsite # Generate a local development site in _site.
npm run serve # Start the local development server.
And open in your browser http://localhost:1337.
When you change the ts files, rebuild with npm run build
.
When you change the HTML or js files, you need to regenerate _site with npm run devsite
.
For questions and support, ask on one of our support channels.
- To hang out with the community, join the argonjs slack (see the slack-join link in our developer support links).
- Follow @argonjs on Twitter.
Get involved! Check out the Contributing Guide for how to get started.
This program is free software and is distributed under an Apache License.