express-crud

execute this

$ npx create-react-app app --template typescript
$ mkdir server
$ cd server
$ yarn init -y
$ yarn add express cors

updated files are as following

./server/index.js
./app/src/app.tsx