Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 370 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 370 Bytes

Ralix TodoMVC

TodoMVC implementation with Ralix, bundled with Parcel.

See 🌐 live version!

Install

🔧 Install the app:

> yarn install

Run

🆙 Run the local server:

> yarn dev

Open your browser at http://localhost:1234.

Build

📦 Build the app:

> yarn build