Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 977 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 977 Bytes

dreadful-react

A simple video content app builded with modern React.

Requiriments

Setup:

Builded using node v14.15.0.

Clone this repo and at the root level run:

$ npm i

Running the project:

In order to run the project just do:

$ npm run dev

This will create the app bundle, run eslint, a local server on port 8081 with hot reloading and open a browser window pointing to this server.

For unit testing:

$ npm run test

or for code coverage:

$ npm run test-coverage