In this repository we will build a visualization of the other teams aggregated data
You can checkout the newest development stage here: mcmfrontend.azurewebsites.net.
If everything is on track, in the project directory, run yarn start
. This should start the webpack-dev-server and you should see the landing page with search bar when you browse to http://localhost:8080
.
In order get the project running, we need to some tools to be installed.
Project is setup using node v6.9.1 but probably anything above node 4 will suffice. If you don't have node, you can install it globally either using nvm OR you can follow the steps on node website. For macOS, homebrew could be used.
Yarn is a package manager that will help us install all the tools and dependencies to our project. Install yarn globally following the steps on Yarn website according to your OS.
When Yarn is up and running run the following global installs from the terminal.
yarn global add webpack@v2.1.0-beta.25
yarn global add standard@v8.4.0
Clone the repo/checkout the branch where the project setup is. In the terminal, navigate to the project directory, and run yarn
. All the dependencies should then be installed.
All photos used in this project are licenced under the Creative Commons Zero (CC0) license.