thepiratedev / angular-minimalist

Build your Angular(+4) with minimal setup using Webpack(+3.1.0), Typescript(2.4.5) :panda_face:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kristofferson Carillo Angular Minimalist

Introduction

Build your Angular(+4) with minimal setup using Webpack(+3.1.0), Typescript(2.4.5).

Currently runs with:

  • Angular v4.3.5
  • Webpack v3.1.0
  • TypeScript v2.2.1

With this sample, you can :

  • Run your app in a local development environment with Webpack
  • Run your app in a production environment

Getting Started

Clone this repository locally :

git clone https://github.com/peicap/angular-minimalist

Install dependencies with npm :

npm install

To build for development

  • in a terminal window -> npm start

Alright! You can use your Angular4 + Webpack app in a local development environment with hot reload!

Included Commands

Command Description
npm run build:fast Watches, compiles and serves files using webpack. (Preffered)
npm run build Builds your application and puts it in the /dist folder

Contributors

Kristofferson Carillo
Kristofferson Carillo

About

Build your Angular(+4) with minimal setup using Webpack(+3.1.0), Typescript(2.4.5) :panda_face:

License:MIT License


Languages

Language:JavaScript 71.9%Language:TypeScript 23.9%Language:HTML 3.4%Language:CSS 0.8%