An open API service indexing awesome lists of open source software.

https://github.com/aarongarciah/gameflix

A simple interview test. This website is intended for demonstration only.
https://github.com/aarongarciah/gameflix

css html interview-test js

Last synced: 3 months ago
JSON representation

A simple interview test. This website is intended for demonstration only.

Awesome Lists containing this project

README

        

# Gameflix

## Install

Execute in the terminal `npm install` or `yarn install` to install dependencies.

## Development server

To run the development server just execute `gulp` in the terminal.

## Distributable folder

The final website is built in the */dist* folder. You can build the website by executing `gulp build` in the terminal.