Skip to content

rogelio-meza-t/mediastream-challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mediastream challenge

Requisites

Considerations

  • You can use any IDE of your preference.
  • You can use any library you want, unless it's declared otherwise in a challenge. But remember we want to test your abilities to solve problems in the best and simplest possible way.

Getting started

To get started clone this repository:

git clone https://github.com/../mediastream-challenge.git
cd mediastream-challenge

Install dependencies:

# With yarn
yarn

# With npm
npm install

Run each challenge with:

# With yarn
yarn run 1

# With npm
npm run 1

They are pre-configured with nodemon for reloading.

Remember to read each challenge description.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%