Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spenceryonce/flex
https://github.com/spenceryonce/flex
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/spenceryonce/flex
- Owner: spenceryonce
- Created: 2023-03-21T15:10:45.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T15:11:51.000Z (almost 2 years ago)
- Last Synced: 2024-12-09T13:57:13.090Z (28 days ago)
- Language: JavaScript
- Size: 1.93 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flex
Flex is a front-end framework designed to simplify data binding and state management.
## Installation
1. Clone this repository.
2. Run `npm install` to install dependencies.## Development
Run the development server using:
```npm run dev```
Run the tests using:
```npm run test```