Newfamily Example

screenshot of Newfamily Example
express

Express 4, Angular 2, Gulp 3, TypeScript simple setup

Overview

Angular2 Beta with Gulp, Typescript, and Express is a streamlined application designed for beginners venturing into the world of Angular2. By utilizing a minimally configured gulpfile alongside HTML5 location paths, this project aims to simplify the development process without overwhelming new users with excessive complexity. The focus is on providing a solid foundation to build upon, making it an excellent resource for those looking to dive into Angular2 without getting lost in intricate build systems.

The goal of this project is to remain straightforward while still being organized enough for users to create more robust applications. It encourages collaboration through pull requests but emphasizes keeping features minimal to maintain clarity. This thoughtful approach makes it particularly inviting for those new to Angular2, paving the way for easy experimentation and learning.

Features

  • Minimal Gulp Configuration: Designed with simplicity in mind, this project has a basic gulpfile to eliminate unnecessary complexity for beginners.
  • HTML5 Location Paths: Utilizes HTML5 features for cleaner, more user-friendly URL structures in your applications.
  • Beginner-Friendly Structure: The organization of the project is tailored to new users, allowing them to easily navigate and understand the setup.
  • Focus on Core Libraries: Emphasizes the essential libraries involved without adding extra features that could overwhelm learners.
  • Easy Dependency Management: Simple setup process with npm install to grab all necessary dependencies.
  • Robustness through Minimalism: Offers a thin framework that encourages users to expand and build on the foundation effectively.
  • Collaboration Encouragement: Supports community contributions while advocating for simplicity in features and functionality.
express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.