Skip to content

obikosato/react-todo-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO App

React を用いた簡単な TODO アプリです。

ディレクトリ構成

todoapp/ 以下のディレクトリ構成です。

  • src
    • components
      コンポーネントの置き場
    • hooks カスタムフックの置き場

使用できるコマンド

todoapp/ 直下で使用できるコマンドです。

npm start

ローカルでアプリを実行します。
http://localhost:8000を開いて、ブラウザで表示します。

npm test

テストを実行します。

npm run build

プロダクションビルドを実行します。

開発環境

  • OS: Debian GNU/Linux 11 (bullseye)
  • Node のバージョン: v16.14.0
  • TypeScript のバージョン: 4.5.5
  • React のバージョン: 17.0.2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published