A small TODO-app with CRUD capabilities for testing out Imba for the SAFE Network from Maidsafe.
# install dependencies
npm install
# start webpack-dev-server and compiler
npm run dev
Open in any browser:
-
Update your IP Address for the test network.
-
Download and open the Safe Brower
safe-browser
-
Enter your SAFE Network credentials
-
Put the app into production mode
Set production=true
in the last line of src/client.imba
:
Imba.mount <App[{items: null}] production=true>
Run the app:
# start webpack-dev-server and compiler
npm run dev
Open in the Safe Browser:
Check out the SAFE Dev Forum to come in contact with other community members:
And check the Tutorials for app development for the SAFE Network: