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: 9 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T00:05:20.000Z (over 2 years ago)
- Last Synced: 2024-10-02T09:54:24.193Z (almost 2 years 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
```