Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thesurenk/webpack-empty
- Owner: thesurenk
- License: mit
- Created: 2020-08-14T20:12:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T20:43:06.000Z (over 4 years ago)
- Last Synced: 2024-12-15T01:02:26.357Z (14 days ago)
- Language: JavaScript
- Size: 399 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 browserOutput 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)