meandmycode / preact-youtube

Ultra rare youtube app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

preact-youtube

This is an ultra rare youtube app, buy high, sell low.

Demo

You can try the web application out here

Technology stack

⭐️ Preact 🦄 Babel 🐣 CSS modules 🥒 Cucumber 🚨 AVA

Debugging and building prerequisites

Your Google API key must be accessible for debugging and building via the environmental variable YOUTUBE_API_KEY.

Debugging

To start debugging run npm run debug, this will start a debug development server at http://localhost:9001.

Building

To build the web application run npm run build, this will generate a static version of the web application in the directory dist.

Testing

To lint the source code run npm run lint, this will report any linting issues, to unit test the source code run npm run unit, this will report any unit test failures and source coverage, to run end-to-end tests run npm run e2e, this will launch a debugging webdriver and http proxy for means of sandboxing the web application and will test and report various scenarios.

To run all tests run npm test

About

Ultra rare youtube app

License:MIT License


Languages

Language:JavaScript 82.7%Language:Gherkin 9.5%Language:CSS 6.1%Language:HTML 1.7%