Skip to content

tourist-project/react-some-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React 入門のハンズオン

このリポジトリは React の入門をハンズオン形式で行うためのリポジトリです。 ストップウォッチなどフロントエンドだけで動くツールを作りながら React を一通り触ることを目的としています。 このリポジトリを好きに fork または clone して初めてください。

This project was bootstrapped with Create React App.

Version

  • node: v18.12.0

Getting Started

初めに以下を行ってください。

#パッケージインストール
$ yarn

#開発環境のサーバー起動
$ yarn start

サーバー起動後 http://localhost:3000 にブラウザでアクセスする。

node

created: 2022/11/24

last updated: 2022/12/19

About

reactをハンズオン形式で勉強するためのベースリポジトリ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.3%
  • HTML 11.1%
  • CSS 4.6%