Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neoki07/my-react-js-template


https://github.com/neoki07/my-react-js-template

Last synced: 13 days ago
JSON representation

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
```