Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zcaudate/react-neo-blessed-hot-motion
https://github.com/zcaudate/react-neo-blessed-hot-motion
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zcaudate/react-neo-blessed-hot-motion
- Owner: zcaudate
- Created: 2021-01-08T07:57:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-08T08:03:18.000Z (about 4 years ago)
- Last Synced: 2024-11-14T12:50:04.851Z (3 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-neo-blessed-hot-motion
This is an attempt at updating the [react-blessed-hot-motion](https://github.com/gaearon/react-blessed-hot-motion) example using:
- neo-blessed (instead of blessed)
- webpack 4 (instead of 1.7)
- sucrase (instead of babel)
- react 17 (instead of 14)## Running
```
git clone https://github.com/zcaudate/react-neo-blessed-hot-motion.git
cd react-neo-blessed-hot-motion
npm install
node server
```