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

https://github.com/earthskyorg/roulette-ts

Roulette TypeScript
https://github.com/earthskyorg/roulette-ts

Last synced: 3 months ago
JSON representation

Roulette TypeScript

Awesome Lists containing this project

README

        

# Roulette [![Build Status](https://travis-ci.org/eknowles/roulette-ts.svg?branch=master)](https://travis-ci.org/eknowles/roulette-ts) [![Coverage Status](https://coveralls.io/repos/github/eknowles/roulette-ts/badge.svg?branch=master)](https://coveralls.io/github/eknowles/roulette-ts?branch=master)

- TypeScript
- Three.js
- Blender
- Sketch

## Build

### Development

Run `webpack-dev-server` on http://localhost:3000

```bash
$ yarn dev
```

### Production

Build a production bundle to `./dist`

```bash
$ yarn build
```

## Resources

[Diving In: THREE.js by CJ Gammon](https://www.youtube.com/playlist?list=PL08jItIqOb2qyMOhtEUoLh100KpccQiRf)