Skip to content

npirotte/angular-webpack

Repository files navigation

js-standard-style

Build Status

Deps Status

Webpack configuration example

Summary

This project is a little starter showing how to set up a flexible and maintenable webpack configuration for building javascript project.

Article available here on my developer blog

Technologies

Building

Webpack with Babel loader for javascript and css & style loaders for stylesheets.

The configuration is managed with webpack-config.

Linting

EsLint with standat code style ruleset.

Testing

Karma and Jasmine ruinning on phantomJs.

Sample application

The sample application uses ReactJs.

Commands

Please use npm command instead of native script commands.

> npm run test

Run unit test

Lint the app code with eslint.

> npm run build

Build a production vertion of the application.

> npm run start

Launch a dev server to test the application.

Test the app

To test the app, first built it with the npm run build command, then run npm start command to lauch the index.html in a server.

About

An example of using angular 1 with webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published