Skip to content

Latest commit

 

History

History

playground

Signal Playground

React TailwindCSS

Engines Requirements

node@18 or later

pnpm@9 or later

Environment Variables

Generate env file.

cp .env.example .env.development

Installation

pnpm i

Development server

pnpm dev

Open http://localhost:5173 with your browser to see the result.

Coding convention

Check lint and format.

pnpm lint

To fix all "auto-fixable" issues.

pnpm lint--fix

Build

pnpm build

Preview lastest build on local.

pnpm preview

Preview on mobile

Development Preview

  pnpm dev --host

Build Preview

  pnpm preview --host

Then open link on mobile with the same network with your PC.

Default port: 4173 (built preview) & 5173 (dev preview)

http://[your IPv4 Address]:[port]/

http://localhost:[port]/