https://github.com/dpashutskii/webpack-boilerplate
Boilerplate for web development with Webpack 4
https://github.com/dpashutskii/webpack-boilerplate
boilerplate webpack webpack-boilerplate webpack4
Last synced: 12 days ago
JSON representation
Boilerplate for web development with Webpack 4
- Host: GitHub
- URL: https://github.com/dpashutskii/webpack-boilerplate
- Owner: dpashutskii
- Created: 2018-06-22T12:06:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T15:47:21.000Z (almost 7 years ago)
- Last Synced: 2025-05-07T11:58:02.682Z (12 days ago)
- Topics: boilerplate, webpack, webpack-boilerplate, webpack4
- Language: JavaScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack 4 boilerplate
## Requirements
You need [Node.js](https://nodejs.org/en/) installed on your system
## Install
You could download the boilerplate in your current directory with:
```sh
curl -L -o master.zip https://github.com/guar47/webpack-boilerplate/archive/master.zip && unzip master.zip && rm master.zip && mv -n ./webpack-boilerplate-master/{.,}* ./ && rm -r ./webpack-boilerplate-master
```Install dependencies:
`npm install`
## Usage
Run dev-server for development, the server will be available at http://localhost:8080/
`npm start`
Build application for production:
`npm run build`