An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# webpack-showcase
[![Dependency Status](https://david-dm.org/blacksonic/webpack-showcase.svg)](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
```