Sign inSign up

sethbergman/es6-angular-webpack

By sethbergman

Updated about 8 years ago

## Angular 1.x and ES6 bookmark manager built with AngularJS, ES6 and Webpack.

Image
3

50K+

sethbergman/es6-angular-webpack repository overview

An Angular 1.x and ES6 bookmark manager with Webpack


This is a simple bookmark manager built with AngularJS, ES6 and Webpack.

Greenkeeper badge

Build Status

Getting Started

Clone
git clone https://github.com/sethbergman/es6-angular-webpack.git && cd es6-angular-webpack
Install Dependencies
npm i
# or use yarn
yarn
Start the App
npm start

The app will start locally at 0.0.0.0:5000.


@TODO - Generating Components

There is a convenient Gulp task called component to generate components. To do so, simply run gulp component --name componentName.

The parameter following the --name flag is the name of the component to be created. Ensure that it is unique or it will overwrite the preexisting identically-named component.

The component will be created, by default, inside app/components. To change this, apply the --parent flag, followed by a path relative to app/components/.

Because the argument to --name applies to the folder name and the actual component name, make sure to camelCase the component names.

Tag summary

Content type

Image

Digest

Size

253.6 MB

Last updated

about 8 years ago

docker pull sethbergman/es6-angular-webpack:greenkeeper_browser-sync-2.24.5