Skip to content

williamzh/eurounicorn

 
 

Repository files navigation

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)

About

This is the grandest competition of all times

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 74.1%
  • JavaScript 13.8%
  • CSS 12.1%