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.
- Host: GitHub
- URL: https://github.com/aarongarciah/gameflix
- Owner: aarongarciah
- License: mit
- Created: 2017-03-29T22:17:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T07:47:11.000Z (almost 6 years ago)
- Last Synced: 2025-03-24T12:00:15.547Z (3 months ago)
- Topics: css, html, interview-test, js
- Language: CSS
- Homepage: https://aarongarciah.com/gameflix/
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.