This repository is skelton code of React.js & TypeScript IDE using VS Code DevContainer.
- Clone this repository
- Open directory with VS Code
- "ReOpen in Container" (on VS Code)
- Wait finishing Docker build.
- Initializing vue project (on VS Code Terminal)
$ npx create-react-app my-app --template typescript
- Run React project (on VS Code Terminal)
$ cd your-app-name$ yarn start
- Open http://localhost:3000 in your browser