https://github.com/alecaivazis/datascience-frontendchallenge
https://github.com/alecaivazis/datascience-frontendchallenge
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alecaivazis/datascience-frontendchallenge
- Owner: AlecAivazis
- Created: 2016-01-06T22:00:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-26T20:48:21.000Z (almost 9 years ago)
- Last Synced: 2025-01-11T17:47:40.775Z (5 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Science: Frontend Challenge
This project was submitted as a response to a challenge question given by DataScience.
# Installation
These instructuions assume you have node/npm and webpack installed globally. For platform specific directions on installing npm, please visit [here](http://blog.npmjs.org/post/85484771375/how-to-install-npm). Afterwards, you can install webpack with `npm i -g webpack`.
In order to run/build this app, clone the repo to a local directory by running the following command in your terminal:
```bash
git clone https://github.com/aaivazis/dataScience-frontendChallenge
```From inside the project directory, build the project's javascript assets:
```bash
cd dataScience-frontendChallenge && npm i && webpack -p
```To view the application, open `index.html` in your browser.