ersinaksar / Amplify-Project-Setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

personal-project

AWS Amplify

Creating Amplify Project with Next and React:

sudo npm install -g yarn
yarn global add @aws-amplify/cli
amplify -v
amplify configure
npx create-next-app next-amplify
cd next-amplify/
  • create src folder
  • move pages and styles files to src folder
amplify init

backend commands

npm init -y
npm i nodemon

frontend commands

npx create-react-app client

configurations

  • add package.json scripts"dev": "nodemon server/index.js",
  • run
nodemon dev

About


Languages

Language:TypeScript 33.4%Language:CSS 31.6%Language:HTML 20.6%Language:JavaScript 14.4%