Development Environment and Tooling

Welcome to Doric. This document helps you prepare the environment and start using Doric.

What is Doric?

Doric is a lightweight cross-platform framework using TypeScript or TSX to build pages that run on Android, iOS, Web, and Qt runtimes.

Requirements

  • Node.js and npm.
  • Visual Studio Code or another TypeScript-friendly editor.
  • Android SDK for Android development.
  • Xcode and CocoaPods for iOS development.

Install CLI

npm install -g doric-cli

Next Steps