https://github.com/ncking/interview-github-stars
Fresh8Gaming Bristol AKA Connected Ventures interview task
https://github.com/ncking/interview-github-stars
Last synced: over 1 year ago
JSON representation
Fresh8Gaming Bristol AKA Connected Ventures interview task
- Host: GitHub
- URL: https://github.com/ncking/interview-github-stars
- Owner: ncking
- Created: 2017-01-17T09:27:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-17T10:02:47.000Z (over 9 years ago)
- Last Synced: 2025-01-22T22:11:15.545Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript interview task
[Fresh8Gaming] AKA [Connected Ventures] Bristol, interview task
Project is structured with `Github`, as a component (views / models / repository) grouped in same folder
## Time
1:20min
## Use
This is a pure client / browser solution so no installation is required to run the application.
Just open public/index.html in your browser.
## Install
To build the JavaScript & SASS require the Node.js dependencies, located in
./package.json
### Install all the Node.js dependencies
```
npm install
```
## BUILD
There are two build tools.
- Gulp for the SASS compilation
- Webpack module bundler for JavaScript build
Gulp & Webpack are run as 'watchers'; monitoring the file system & compiling automatically,
when the 'watched' files are modified.
### Gulp
- [http://gulpjs.com/](http://gulpjs.com/)
```
gulp watch
```
### Webpack
- [https://webpack.github.io/](https://webpack.github.io/)
```
webpack --progress --colors --watch
```
## License
ISC
[Fresh8Gaming]:
[Connected Ventures]: