No description
- JavaScript 64.8%
- SCSS 19.1%
- HTML 16.1%
| src | ||
| .gitignore | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| webpack.config.js | ||
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.