## Angular 1.x and ES6 bookmark manager built with AngularJS, ES6 and Webpack.
50K+
This is a simple bookmark manager built with AngularJS, ES6 and Webpack.
git clone https://github.com/sethbergman/es6-angular-webpack.git && cd es6-angular-webpack
npm i
# or use yarn
yarn
npm start
The app will start locally at 0.0.0.0:5000.
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.
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