Skip to content

freespeech4ever/axiom-tip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

The Axiom documentation uses this app as an example. Check out the docs for Building an Application.

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

An example React + Axiom application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 43.2%
  • JavaScript 36.0%
  • CSS 20.8%