Giter Site home page Giter Site logo

js-app's Introduction

js-app

A starting point and build environment for javascript applications deployed to Amazon S3.

How to Install and Run

Install NodeJS from http://nodejs.org/.

Download and install the GruntJS command line tool.

$ npm install -g grunt-cli

Cd to project directory, then download and install NodeJS packages.

$ npm install

Create compiled directory (compiles and watches source).

$ grunt

Run server.

$ node server

Open http://localhost:9090 in a web browser.

Development

Watch for and compile changes to source files.

$ grunt watch

Deployment

Grunt is used to compile and push the app to an s3 bucket. To deploy, a file named .aws.json containing your Amazon S3 authentication must be present at the project root.

.aws.json

{
  "key": "your_s3_key",
  "secret": "your_s3_secret"
}

Push to the bucket "my-bucket" by executing the grunt task "deploy" from the command line.

$ grunt deploy:my-bucket

Technologies Used

CSS

SASS - CSS Pre-processor
Bourbon - Grid Framework
Bourbon Neat - Responsive Framework

Javascript

RequireJS - Dependency Management

Crossroads - Routing
Hasher - URL Hash Management
Signals - Eventing

Lo-Dash - Utility
jQuery - DOM Interaction and AJAX
Handlebars - Templating

Mocha - Unit Testing
Chai - Assertions

Build & Development

NodeJS
GruntJS - Build System

Server Integration

Amazon S3
S3Ajax - Javascript S3 Library

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.