This is an educational project to create modules for incrementing a button and then assembling it using wepack.
The project uses the following modules:
- Babel : to transport new javascript features with all browsers
- html-webpack-plugin : to use html templates
- style-loader, css-loader, extract-text-webpack-plugin: to connect style files, build into a single file and further connect with one file
- webpack : to build a project
- webpack-dev-server: to run a local server
To get started, download the module.
npm install --save-dev fil_wepack_module_but
Then you need to build a project.
npm run build
Then start the server and go to the address where the project is running.
npm run start:dev