khocef / amplify-angular-nx-todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular with NX multi-app setup powered by an AWS Amplify GraphQL Backend

Getting started

To deploy this project, hit this button ...

Deploy to Amplify Console

... or go through the following steps:

  1. Clone this repo
git clone https://github.com/BeaveArony/amplify-angular-nx-todo.git
  1. Change into the directory & install the dependencies
npm install

# or

yarn
  1. Initialize the Amplify project
amplify init
  1. Create the resources in your account
amplify push
  1. Start the app
npm start

About


Languages

Language:TypeScript 86.3%Language:HTML 5.4%Language:CSS 5.1%Language:JavaScript 3.2%