Coder Social home page Coder Social logo

ldj525 / starter-node-angular Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zemke/starter-node-angular

0.0 2.0 0.0 2.87 MB

MongoDB, Express, AngularJS and NodeJS starter project featuring Jade and Gulp. Get up and running quickly!

Home Page: http://scotch.io/bar-talk/setting-up-a-mean-stack-single-page-application

JavaScript 89.84% CSS 0.37% HTML 9.80%

starter-node-angular's Introduction

MEAN Stack Single Page Application Starter

This is a repo for a starter application for a Single Page MEAN Stack application. Just download and install and you have a good foundation for building any application.

Installation

  1. Install npm modules: npm install
  2. Install bower dependencies bower install
  3. Install Gulp npm install -g gulp
  4. Start up the server: gulp
  5. View in browser at http://localhost:8080

Use this starter kit to build any MEAN stack application you like.

Environments

dev

Just run gulp. It concatenates all files in /css and all *.min.css files in bower_components/ to one CSS file in public/css/css.css. The same with JavaScript files. The final CSS and JS files will be loaded into the page. You don't have to do anything. Just keep your front-end files in css/ and js/. Use the Livereload Browser Extension to automatically refresh the browser upon changes to the files in those two directories. The server will also automatically be restarted upon any change of a back-end file.

dist

Run gulp dist. Like dev, plus JS and CSS are minified and anything you need will be put to a dist/ directory. Go into that directory and start the application with node server.js.

Technologies

  • MEAN Stack
  • Twitter Bootstrap
  • Jade Template Engine
  • Gulp
  • Mongoose

Laravel and AngularJS Starter Application

Also check out my Zemke/starter-laravel-angular project featuring Laravel 5 and AngularJS with token-based authentication and many great features to get yourself kick-started.

starter-node-angular's People

Contributors

zemke avatar caionitro avatar eliwheaton 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.