Skip to content

rafaelcamargo/amd-rise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published