Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thesurenk/webpack-empty

Empty or Starter Webpack Project
https://github.com/thesurenk/webpack-empty

Last synced: 6 days ago
JSON representation

Empty or Starter Webpack Project

Awesome Lists containing this project

README

        

# Webpack Empty / Starter Project
An empty base project built with [Webpack](https://webpack.js.org/)

## Project structure
![webpack-empty-folder-structure](https://user-images.githubusercontent.com/902972/90290555-b50e2680-de43-11ea-847b-bcd9a710f815.png)

## To buid
Run the command `npm run build`

## To test
Open the `/webpack-empty/dist/index.html` in a browser

Output will be something like (it is not pretty)

![webpack-empty-sample-output](https://user-images.githubusercontent.com/902972/90290739-0a4a3800-de44-11ea-9314-937e6cedcf5b.png)