https://github.com/leafo/tup-react-babel-skeleton
A skeleton project for using React and Babel with the tup build system
https://github.com/leafo/tup-react-babel-skeleton
Last synced: 4 months ago
JSON representation
A skeleton project for using React and Babel with the tup build system
- Host: GitHub
- URL: https://github.com/leafo/tup-react-babel-skeleton
- Owner: leafo
- Created: 2016-08-25T17:28:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-26T03:27:14.000Z (over 8 years ago)
- Last Synced: 2025-01-04T17:29:35.504Z (5 months ago)
- Language: HTML
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a skeleton project for using Babel and React with tup as the build
tool. It's how projects like [sightreading.training][] are built.[sightreading.training]: https://github.com/leafo/mursicjs
# Getting started
Run these commands:
```
git clone
npm install
tup init
tup monitor -a
```Open `index.html` in your browser. As you make changes files will
automatically be rebuilt.