POC for the SignalMaven Company.
This project is a single page app with 2 stub tabs that allow to select (or search) one of the 5 hard-coded questions as well as select multiple files for uploading.
- Install Node.js
- Install Ruby 2.3.x (Windows - http://rubyinstaller.org/downloads/)
- Install Gem
- Install Gem's 'sass' plugin
gem install sass
npm install
npm run build
The main page will be placed in the root folder (index.html
) and the rest
resource files in __build__
directory.
npm install
npm run watch
All files will be generated to the target
folder.