Go to file
Hare d041e59698 Reactアプリケーションのセットアップ
- デモを削除
- ディレクトリの分割
- sassの設定
- AutoImportの設定
2024-12-25 06:01:04 +09:00
public Reactアプリケーションのセットアップ 2024-12-25 06:01:04 +09:00
src Reactアプリケーションのセットアップ 2024-12-25 06:01:04 +09:00
.gitignore .gitignoreにbuildディレクトリを追加 2024-12-25 00:17:37 +09:00
farm.config.ts Reactアプリケーションのセットアップ 2024-12-25 06:01:04 +09:00
package.json Reactアプリケーションのセットアップ 2024-12-25 06:01:04 +09:00
pnpm-lock.yaml Reactアプリケーションのセットアップ 2024-12-25 06:01:04 +09:00
README.md init 2024-12-05 21:59:07 +09:00
tsconfig.json init 2024-12-05 21:59:07 +09:00
tsconfig.node.json init 2024-12-05 21:59:07 +09:00

Farm + React

This template should help you start developing using React and TypeScript in Farm.

Setup

Install the dependencies:

pnpm install

Get Started

Start the dev server:

pnpm start

Build the app for production:

pnpm build

Preview the Production build product:

pnpm preview

Clear persistent cache local files

pnpm clean