Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.28 KB

readme.md

File metadata and controls

26 lines (17 loc) · 1.28 KB

Dweb.page React & Redux Template

Everything you need to get started with a decentralized react & redux application you can run on dWeb (https://pact.online)

The intend of this project is to get your development started as fast as possible. If you prefer to take an in depth look what the core principles behind it are, check out the medium post. Please notice that the medium post does not explicitly cover the react implementation, but a general approach.

Local Development

The template is using the webpack development server for local development. If you are familiar with react and redux, your development flow will be the same as with standard applications.

To get the application running in browser run

npm run start

Deploy as dWeb application

To build your application run

npm run build

This will output the application to dist/index.html. You can now simply upload that file by using https://pact.online. The result will be a distributed webpage you can access through any IPFS gateway: Click me.

License

MIT License © PACT Care B.V.