Skip to content

This is the client-side code for Worxstr's website and native app.

Notifications You must be signed in to change notification settings

Worxstr/Worxstr-Frontend

Repository files navigation

Worxstr

Frontend application

Setup

Install dependencies

yarn install

Development

yarn serve

E2E Testing (Cypress)

yarn run e2e

Production

yarn build

To build for mobile device or emulator:

npx cap sync
npx cap run

Customize configuration

See Configuration Reference.