Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ralixjs/ralix-todomvc
- Owner: ralixjs
- Created: 2020-02-17T09:46:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T00:05:20.000Z (about 1 year ago)
- Last Synced: 2024-10-02T09:54:24.193Z (5 months ago)
- Topics: demo-app, parcel, ralix, todoapp, todolist, todomvc
- Language: JavaScript
- Homepage: https://ralix-todomvc.netlify.app
- Size: 688 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```