allset-js
v1.0.1
Published
allset UI code base
Readme
AllSet INC
Developer setup
- clone repo
- Install Node JS
- Run
npm install - Plugins are automatically installed on VS Code via extensions.json
Setup android/ios app
- Install xcode and android studio
- Connect to virtual or actual android and ios devices through android studio and xcode
- Run
npm run cap:setup
Start web app locally
- Run
npm start - Go to
https://localhost:3001
Start electron app locally
- Run
npm start:app
Start android app locally
- Run
npm start:a
Start ios app locally
- Run
npm start:ios
Testing
Commands:
npm run test:unit
npm run test:unit:watch
npm run test:cypressChangelogs
Website URL
https://allset-inc.netlify.app/
