No description
  • JavaScript 64.8%
  • SCSS 19.1%
  • HTML 16.1%
Find a file
2017-02-04 09:55:35 -07:00
src Added address data with a list and a map for visualization. 2017-02-04 08:57:04 -07:00
.gitignore Updated title. 2015-08-21 09:22:43 -06:00
LICENSE Updated structure of seed project. 2015-10-29 15:39:37 -06:00
package.json Rolled webpack back to version one. 2017-02-04 09:55:35 -07:00
README.md Updated webpack version and readme. 2017-02-04 09:42:26 -07:00
webpack.config.js Added address data with a list and a map for visualization. 2017-02-04 08:57:04 -07:00

An Angular/Webpack demo application.

To get started, first run:

npm run setup

This will install the webpack dev server along with the app's dependencies. To start the application, run:

npm run start

The bundle will compile and the application will open in a new browser window.