Skip to content

nangutv/sdk-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nangu.TV SDK demo application

THIS APPLICATION IS NOT MAINTAINED ANYMORE

This application works with @nangu/sdk version 0.2.12 only. An up-to-date version of this application is included inside @nangu/sdk package (starting from version 0.3.2).

Configuration

To make this app working, you need to set up configuration inside src/configuration.js file. Please ask nangu.TV if you are not sure which values to use.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Project creation

This project was created with these steps:

  1. yarn create react-app sdk-example
  2. cd sdk-example/
  3. yarn add @nangu/sdk
  4. yarn add --dev @babel/core @babel/cli @babel/preset-flow
  5. Create .babelrc file (see https://flow.org/en/docs/install/)
  6. yarn add --dev flow-bin
  7. yarn run flow init

About

nangu.TV SDK demo application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published