/webpack-angular-starter

An lightweight starter project for Angular v1 SPAs with jQuery and Bootstrap

Primary LanguageJavaScript

Webpack Angular v1 Starter

This project serve as a lightweigth starter for SPAs with Angular v1, jQuery an Bootstrap Sass.

Usage

Download or clone this repository:

$ git clone https://github.com/zaenk/webpack-angular-starter.git

Install packages:

$ npm i 

Install global packages:

$ npm i -g webpack webpack-dev-server

Run the dev server:

$ webpack && npm run start