rafaelcamargo / amd-rise

Rise a lite AMD application in minutes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

amd-rise

amd-rise is a minimal AMD application. Its content has only the minimum conditions to start code an app: jQuery, RequireJS, and automated tasks to watch and update .js and .styl files.

CircleCI

Requirements

To run this project, you need Nodejs installed in your system.

Installation

git clone git@github.com:rafaelcamargo/amd-rise.git
cd amd-rise
npm install -g grunt-cli karma-cli
npm install
grunt start
open http://localhost:9000

Base structure

index.html
src
|-- js
|-- |-- main.js
|-- |-- shared
|-- |-- |-- emailValidator.js
|-- |-- views
|-- |-- |-- demo.js
|-- styl
|-- |-- _mixins.styl
|-- |-- _variables.styl
|-- |-- alert.styl
|-- |-- button.styl
|-- |-- modifiers.styl
|-- |-- native.styl
spec
|-- main.js
|-- shared
|-- |-- emailValidatorSpec.js
|-- views
|-- |-- demoSpec.js

About

Rise a lite AMD application in minutes


Languages

Language:JavaScript 54.9%Language:CSS 33.9%Language:HTML 11.2%