/eurounicorn

This is the grandest competition of all times

Primary LanguageC#GNU General Public License v2.0GPL-2.0

Eurounicorn

This is the grandest competition of all times

Getting started - Frontend

Installera NodeJS, Ruby och Git. Se till att ha senaste nodejs, använd gärna nvm.

Klona repo

git clone https://github.com/danielwerthen/eurounicorn.git

cd eurounicorn

Installera verktyg

npm install -g grunt-cli bower

gem install compass

Installera dependencies

(cd frontend && npm install)
(cd frontend && bower install)

Testa frontend

(cd frontend && grunt test)

Starta frontend server

(cd frontend && grunt serve)

Bygg frontend

(cd frontend && grunt)

Getting started - Backend

Installera Visual Studio 2013 express

Öppna backend/EurounicornAPI.sln

Starta projekt

(För att det ska fungera helt och hållet behöver man ha byggt ut frontend först)