Skip to content

ralixjs/ralix-todomvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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