Prepare Angular routes
authorChocobozzz <florian.bigard@gmail.com>
Mon, 7 Mar 2016 13:48:46 +0000 (14:48 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Mon, 7 Mar 2016 13:48:46 +0000 (14:48 +0100)
commit6f4e252246c715a1dafc1e236c8074b08cdd12a3
treeafa187e6b1c192e315156499f01f1d7e040977e0
parentb9a3e09ad5a7673f64556d1dba122ed4c4fac980
Prepare Angular routes
28 files changed:
.gitignore
Gruntfile.js
client/.gitignore [new file with mode: 0644]
client/app/app.component.css [new file with mode: 0644]
client/app/app.component.html [new file with mode: 0644]
client/app/app.component.ts [new file with mode: 0644]
client/app/images/favicon.png [deleted file]
client/app/images/loading.gif [deleted file]
client/app/javascripts/index.js [deleted file]
client/app/main.ts [new file with mode: 0644]
client/app/stylesheets/application.scss [deleted file]
client/app/stylesheets/base.scss [deleted file]
client/app/stylesheets/bootstrap-variables.scss [deleted file]
client/app/stylesheets/index.scss [deleted file]
client/images/favicon.png [new file with mode: 0644]
client/images/loading.gif [new file with mode: 0644]
client/index.html [new file with mode: 0644]
client/package.json [new file with mode: 0644]
client/stylesheets/application.scss [new file with mode: 0644]
client/stylesheets/base.scss [new file with mode: 0644]
client/stylesheets/bootstrap-variables.scss [new file with mode: 0644]
client/stylesheets/index.scss [new file with mode: 0644]
client/tsconfig.json [new file with mode: 0644]
client/typings.json [new file with mode: 0644]
server.js
server/controllers/index.js
server/controllers/views.js [deleted file]
server/lib/videos.js