Skip to content

shionit/react-devcontainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

React - TypeScript DevContainer Sample

This repository is skelton code of React.js & TypeScript IDE using VS Code DevContainer.

How to use

  1. Clone this repository
  2. Open directory with VS Code
  3. "ReOpen in Container" (on VS Code)
    • Wait finishing Docker build.
  4. Initializing vue project (on VS Code Terminal)
    • $ npx create-react-app my-app --template typescript
  5. Run React project (on VS Code Terminal)
    • $ cd your-app-name
    • $ yarn start
  6. Open http://localhost:3000 in your browser

About

React - TypeScript DevContainer Sample

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published