Skip to content

TypeScriptとReact環境で作るテーブルコンポーネント

Notifications You must be signed in to change notification settings

setogawamasao/react_typeScript_table_component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

下記コマンドで React + TypeScript の環境を作成

npx create-react-app [フォルダ名] --template typescript

ダミーサーバーは下記のコマンドであげる(server)

http-server --cors=http://localhost:3000/

変更したのは、下記ソースのみ

\src\App.tsx

About

TypeScriptとReact環境で作るテーブルコンポーネント

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published