Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 671 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 671 Bytes

Base project

Base javascript project

Description

This project installs a javascript template with requirejs, jquery and scss/sass configured that can be used as a base for any js project.

Installation

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