Base javascript project
This project installs a javascript template with requirejs, jquery and scss/sass configured that can be used as a base for any js project.
First install dependencies:
sudo apt-get install nodejs ruby sass
then create a folder for your project and clone the repository:
mkdir prj
cd prj
git clone https://github.com/nelson777/prj.git .
now install node dependencies, compile Sematic UI customized theme (optional) and compile it with grunt
npm install
grunt compileSemanticUITheme
grunt
That's it. it's running. Check in /www/index.html