Arnavion / libjass-demo-react

A version of libjass's online demo using React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is no longer maintained.

If you have questions about this repository, open an issue at https://github.com/Arnavion/archived-repos-issues


A version of libjass's online demo using React. Compare with the original demo's source here.

See live here.

Install dependencies and build with npm install, then point a web server at the www directory (such as python3 -m http.server) and load it in a browser.

Rebuild with npm run build. Production build with npm run build-prod.

License

libjass-demo-react

https://github.com/Arnavion/libjass-demo-react

Copyright 2016 Arnav Singh

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A version of libjass's online demo using React.

License:Apache License 2.0


Languages

Language:JavaScript 99.4%Language:CSS 0.6%