/random-app-js

Primary LanguageTypeScript

Random App

Playground for messing with random bits of data using Ionic React.

Production: https://randomapp-b753b.web.app

Deploy

# deploy API
git push heroku master

# deploy frontend
cd app && npm run deploy

Production API

Develop

# backend API
tsc -w
npm run dev

# frontend 
cd app
ionic serve

Local API