klzns / AI-1

First project of Artificial Intelligence course @ PUC-Rio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI-1

First project of Artificial Intelligence class @ PUC-Rio

Preview

Instructions for development

Setup

Install node

Then install the dependencies. Inside the repo root folder, type in your terminal:

npm i -g gulp
npm i -g bower
npm i -g coffee-script
npm i 
bower i
gulp

Running

gulp watch

Check your localhost: http://localhost:9000

About

First project of Artificial Intelligence course @ PUC-Rio


Languages

Language:CoffeeScript 82.1%Language:CSS 11.2%Language:JavaScript 6.7%