apsrcreatix / vimeo-assignment

This repository contains solution to the assignment given by vimeo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

  1. Install the dependencies and devDependencies by running:
npm install
  1. Start the server by running:
npm start
  1. Visit localhost:3000 / respective port on which your server is running.
  Local:            http://localhost:3000
  On Your Network:  http://192.168.29.206:3000
  1. There is a mock server running for "development" environment using miragejs. If you want to your own server, make sure you are commenting/removing code involving the mock server instace creation step.

About

This repository contains solution to the assignment given by vimeo.

License:MIT License


Languages

Language:JavaScript 77.0%Language:CSS 14.8%Language:HTML 8.2%