Skip to content

A small sample application that stores a single counter on Axiom.

License

Notifications You must be signed in to change notification settings

axiom-org/counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example of how to use React and Axiom together.

To learn more about the React parts of this application, check out the Create React App documentation. To learn more about the Axiom parts of this application, check out the Axiom documentation.

Development

To develop your app locally, you can run:

npm start

Open http://localhost:2000 to view it in the browser.

To bundle your application into static files, run:

npm run build

This will create a static bundle in the build folder.

To deploy your application onto Axiom, you have to upload the build folder to a decentralized bucket. First, create a bucket. You can check the docs on creating a bucket if you don't have a bucket already. Then run:

axiom upload build <your-bucket-name>

You can check it out by installing the Axiom Authenticator and browsing to your-bucket-name.axiom.

About

A small sample application that stores a single counter on Axiom.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published