Skip to content
forked from BUPT/wora-app

Full Stack Dev Starter: An App that Write Once, Run Anywhere.

Notifications You must be signed in to change notification settings

Pangzhihui/wora-app

 
 

Repository files navigation

wora-app

Full Stack Dev Starter: An App that Write Once, Run Anywhere(WORA).

Write Once Run Anywhrere

Supported Platforms:

  1. Android
  2. Ios
  3. Linux
  4. Mac
  5. Win32
  6. Web

Google Slide: ROAD TO SUCCESS - TO BECAME A FULL STACK DEV

Install

Requirement: Node.js(v8.x is recommended)

npm install -g cordova ionic

git clone https://github.com/BUPT/wora-app.git
cd wora-app
npm install

Run

Android

ionic cordova platform add android
ionic cordova run android

Ios

ionic cordova platform add ios
ionic cordova run ios

Linux

npm run electron:linux
./dist/wora-app-linux-x64/wora-app

Mac

npm run electron:darwin
./dist/wora-app-darwin-x64/wora-app

Win32

npm run electron:win32
dist\wora-app-win32-x64\wora-app.exe

Web

npm run ionic:serve

Resources

  1. Get started with Ionic Framework

Copyright & License

  • Code & Docs © 2017 Huan LI <zixia@zixia.net>
  • Code released under the Apache-2.0 License
  • Docs released under Creative Commons

Result

image

About

Full Stack Dev Starter: An App that Write Once, Run Anywhere.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 39.8%
  • HTML 26.8%
  • CSS 17.3%
  • JavaScript 16.1%