[AWS] Modern Application Development ~Part2: How to set up React App~

Pre-requisite
1. Setup 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.
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 !!
That’s all for this topic. If you think this article is beneficial for you, I would be glad if you click below icon for my motivation.
ブログランキング・にほんブログ村へ

コメント