Code Monkey home page Code Monkey logo

simple-angular.js's Introduction

##alt text Simple Angular.js ###Angular.js Micro Boiler Plate #####Version 0.5 Stable ######Todo: Clean up Gruntfile.js livereload directives

This is a micro boiler plate that runs Angular.js and Express.js with Grunt. It's intended audience is someone who wants something light weight - a simple boiler plate containing Angular.js with no testers, minifiers, etc. Perfect for diving into development right away.

Features automatic browser refresh(remote and local) on modified files with in /static. ATTENTION! Please make sure to have your firewall allow livereload ports to be open for this feature.

Instructions:

(node's npm required- use your distro's package management system)

  1. Install grunt.js with npm install -g grunt.
  2. Install bower with npm install -g bower.
  3. In the same directory as package.json resides in, type in npm install to install local node dependencies.
  4. In the same directory as bower.json resides in, type in bower install to install local app dependencies.
  5. To start server, simply type grunt from the same directory as the Gruntfile.js resides in. Hint: this is the same directory as step #3 and step #4.
  • Express.js is set to listen on all interfaces by default on port 9000(see Gruntfile.js and App.js to change). Once you start your express.js server with grunt command, simply load browser to the ip address of the server. For example, if your host is 25.123.33.12, type in the url window of the browser 25.123.33.12:9000.

  • Optional: If you plan on only using 127.0.0.0:9000 in browser url, feel free to edit Gruntfile.js and uncomment the bottom-ish line //grunt.task.run('open'); for automatic browser spawn when starting the express.js server.

simple-angular.js's People

Contributors

dman777 avatar

Watchers

James Cloos avatar  avatar

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.