Skip to content

kkeeth/ionic-amplify-demo

Repository files navigation

ionic-amplify-demo

Usage

# global install amplify cli
$ npm i -g @aws-amplify/cli

# move app's root and install modules
$ cd path/to/ionic-amplify-demo
$ npm install 

# or

$ yarn install

# setup amplify
$ amplify init

# add plugins
$ amplify auth add
$ amplify storage add

# push configuration
$ amplify push

# boot app
$ npm run start

# or

$ yarn start

Others

Please write a new issues! Please send me PRs!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published