LucasUnplugged / mean-skeleton

Basic skeleton for MEAN stack apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MEAN Stack Skeleton App

Based off the elegant "MEAN Stack Single Page Application Starter", by Chris Sevilleja (sevilayha).

Skeleton MEAN app, useful as a starting point for your projects.

Features

  • Components-based architecture.
  • Separation of dev files (/app folder) and production files (/public folder).
  • Grunt pre-configured.
  • Code standards (via CSSComb and JSCS) and linting (via JSHint).
  • Automated fixing of CSS and JS files, using Grunt.
  • Automated concatenation of files from dev folder to production folder, making it easy to add new components without needing to call countless scripts.
  • Browsersync to make development as seamless as possible.
  • LibSass-based SASS compilation.
  • Bourbon and Neat.
  • SASS partials, with basic setup.

Installation

  1. Download the repository
  2. Install npm modules and bower dependencies: npm install && bower install
  3. Start up the server: node server.js
  4. View in browser at http://localhost:3002 (because of Browsersync)

If you have any questions or requests, please email Lucas at contact@lucasunplugged.com.

About

Basic skeleton for MEAN stack apps

License:MIT License


Languages

Language:CSS 47.0%Language:JavaScript 46.2%Language:HTML 6.8%