https://github.com/attack-monkey/hyperwrapped-react
https://github.com/attack-monkey/hyperwrapped-react
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/attack-monkey/hyperwrapped-react
- Owner: attack-monkey
- Created: 2018-11-21T20:05:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-22T19:04:14.000Z (over 7 years ago)
- Last Synced: 2025-03-20T07:31:30.025Z (about 1 year ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hyperwrapped React
A hyperwrap seed project, providing a simple functional approach to react.
## install
Install douglas globally
```
npm i -g douglas
```
Install Hyperwrapped React
```
douglas get hyperwrapped-react
```
If you don't have parcel bundler installed ...
```
npm i -g parcel-bundler
```
## Start
```
npm start
```