An open API service indexing awesome lists of open source software.

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

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.