This is a template providing a starting point for the development of your Evam app. It is fully written in Typescript, using React+Vite.
The Evam SDK package @evam-life/sdk
is included and some APIs are
used for the sake of example.
See https://www.documentation.evam.life/ for up to date documentation about the Evam SDK.
Use npx
to kickstart your application project using this template:
npx -p @evam-life/sdk create-certified-app <project name>
This will download the template and install all dependencies.
Runs the app in the development mode.
Open http://localhost:5137 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Reformats all code using Prettier.
Lints the codebase using ESLint and reports any errors.
Builds the app for production to the build/
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
Sideloads your app to all connected Android devices.