Pre-requisite
1. Setup AppSync
https://eeengineer.com/aws-modern-application-development-part1-how-to-set-up-aws-appsync/
https://eeengineer.com/aws-modern-application-development-part1-how-to-set-up-aws-appsync/
2. Install aws-amplify cli
https://docs.amplify.aws/cli/start/install/
Purpose
In the previous article, I’ve explained setup procedure of AppSync.
In this time, let me introduce how to set up React App.
In this time, let me introduce how to set up React App.
How to set up React App
It is easy to create an React App by executing npx command.
Your React App is created successfully !!
Next, start your application by executing npm start command.
Compiled successfully message will be displayed.
Please access “http://localhost:3000“.
React app logo will be appeared !!
Your React App is created successfully !!
Next, start your application by executing npm start command.
Compiled successfully message will be displayed.
Please access “http://localhost:3000“.
React app logo will be appeared !!
コメント