/ace-demo

Simple Amplify demo with API and Auth

Primary LanguageVelocity Template LanguageMIT LicenseMIT

ace-demo

Basic Amplify Demo

Project Setup

npm install

Amplify

amplify pull --envName stage
amplify status
amplify push

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

License

MIT