https://github.com/sonicoder86/webpack-showcase
Basic setup for Webpack 4 and Babel 7 covering development, testing and deployment.
https://github.com/sonicoder86/webpack-showcase
Last synced: about 1 year ago
JSON representation
Basic setup for Webpack 4 and Babel 7 covering development, testing and deployment.
- Host: GitHub
- URL: https://github.com/sonicoder86/webpack-showcase
- Owner: sonicoder86
- Created: 2018-04-02T19:35:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T11:43:05.000Z (over 3 years ago)
- Last Synced: 2024-02-23T12:28:44.265Z (over 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 512 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-showcase
[](https://david-dm.org/blacksonic/webpack-showcase)
Basic setup for Webpack 4 and Babel 7 covering development, testing and deployment.
```
npm install
npm start // run development server
npm test // run tests
npm run build // generate production output ready for deployment
npm run deploy // deploy to Github Pages
```