Skip to content

nelson777/prj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Base Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published