Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ralixjs/ralix-todomvc

TodoMVC built with Ralix
https://github.com/ralixjs/ralix-todomvc

demo-app parcel ralix todoapp todolist todomvc

Last synced: 22 days ago
JSON representation

TodoMVC built with Ralix

Awesome Lists containing this project

README

        

# Ralix TodoMVC

[TodoMVC](https://todomvc.com) implementation with Ralix, bundled with Parcel.

See 🌐 [live version](https://ralix-todomvc.netlify.app)!

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