Go to file
Resi Respati 9441b95e6d
added link to ~karlen's page
2018-06-27 22:15:35 +07:00
.vscode build: initial commit with React 2017-12-19 19:26:16 +07:00
public refactor: minor housekeeping 2017-12-21 00:21:15 +07:00
src added link to ~karlen's page 2018-06-27 22:15:35 +07:00
.editorconfig build: initial commit with React 2017-12-19 19:26:16 +07:00
.eslintrc.js build: initial commit with React 2017-12-19 19:26:16 +07:00
.gitattributes build: initial commit with React 2017-12-19 19:26:16 +07:00
.gitignore chore: add npm lockfile to gitignore 2017-12-21 00:46:34 +07:00
LICENSE chore: re-added license 2017-12-19 21:56:46 +07:00
README.md build: initial commit with React 2017-12-19 19:26:16 +07:00
package.json chore: enzyme et al. should be listed as dependencies 2017-12-21 00:34:32 +07:00
yarn.lock test: test with enzyme 2017-12-21 00:29:44 +07:00

README.md

tildetv-frontend

A web player for all videos shared within tilde.town. Sit back and relax.

This project was bootstrapped with Create React App.

Build Setup

A nodejs >= 8.0.0 setup with yarn is recommended.

# install dependencies
yarn

# starts the development server
yarn start

# bundles the app into static files for production
yarn build

# starts the test runner
yarn test