Skip to content
/ uix-starter Public template

Template project to start building a web app with UIx2

License

Notifications You must be signed in to change notification settings

pitch-io/uix-starter

Repository files navigation

uix-starter

Template project to start building a web app with UIx2

Quick setup

npx create-uix-app@latest my-app # bare-bones project
npx create-uix-app@latest my-app --re-frame # adds re-frame setup
npx create-uix-app@latest MyApp --react-native # setup cljs project in existing React Native project
npx create-uix-app@latest MyApp --expo # create a new React Native project using Expo

Development

yarn # install NPM deps
yarn dev # run dev build in watch mode with CLJS REPL

Production

yarn release # build production bundle

About

Template project to start building a web app with UIx2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published