Skip to content

Typescript React template for your Certified app on the Evam platform. Work In progress.

License

Notifications You must be signed in to change notification settings

Evam-life/certified-app-template-react

Repository files navigation

Evam Certified App Template

Evam

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.

Getting started

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.

Development

npm run dev

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.

npm run format

Reformats all code using Prettier.

npm run lint

Lints the codebase using ESLint and reports any errors.

npm run build

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!

npm run sideload

Sideloads your app to all connected Android devices.

About

Typescript React template for your Certified app on the Evam platform. Work In progress.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published