Tok3n / tok3n-webapp

Front-end for Tok3n webapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tok3n Web App

Requirements

Installation

git clone http://github.com/Tok3n/tok3n-webapp && cd tok3n-webapp
echo "RACK_ENV=development" >> .env
nvm use 0.10
rvm use 2.1
rvm gemset create tok3n-webapp
rvm gemset use tok3n-webapp
npm install -g bower grunt-cli foreman nodemon
npm install
bundle install
bower install

Using locally

This will run the app on localhost:5000 and grunt watch the project.

foreman start -f Procfile.dev

Building dependencies and minified assets

# Download http assets with curl, bower install and license missing scripts:
grunt build

# After building, Compile css and coffee, concat js for development.
grunt

# Compile css and coffee, concat js, uglify and gzip for production. In order to work,
# you NEED to run `foreman start -f Procfile.dev` or `nodemon server.js` simultaneously in
# another terminal window.
grunt dist

To-do

  • Use @extend instead of bootstrap classes in html
  • Test in not-so-old browsers (>= IE8)
  • Figure out gzip compression

Current milestones

  • Remove a from dropdown button
  • Make span.label's cascade gracefully on mobile
  • Use only the neccesary icons with fontastic.me
  • Middle column active color change
  • Merge all dashboard screens into one
  • Finish dashboard
  • Style background login-v2

About

Front-end for Tok3n webapp

License:MIT License


Languages

Language:HTML 51.3%Language:JavaScript 34.5%Language:CSS 13.2%Language:CoffeeScript 0.9%Language:Ruby 0.1%Language:Dart 0.1%Language:Makefile 0.0%Language:PHP 0.0%Language:Shell 0.0%Language:Groff 0.0%Language:ApacheConf 0.0%