Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neoki07/my-react-js-template
https://github.com/neoki07/my-react-js-template
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/neoki07/my-react-js-template
- Owner: neoki07
- Created: 2022-04-11T10:32:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T11:30:59.000Z (over 2 years ago)
- Last Synced: 2024-06-15T17:15:31.154Z (5 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reactテンプレート(JavaScript)
自分用のReactアプリ開発テンプレートです。
下記のパッケージを導入しています。
* React 18
* React Testing Library
* ESLint
* Prettier
* Tailwind CSS## インストール手順
```sh
git clone https://github.com/ot07/my-react-js-template.git
cd my-react-js-template
yarn install
```