Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abradifcode/webpack-boilerplate
Webpack 3 Boilerplate with Bootstrap 3 JQuery and FontAwesome
https://github.com/abradifcode/webpack-boilerplate
babel boilerplate bootstrap3 font-awesome postcss scss webpack3
Last synced: 18 days ago
JSON representation
Webpack 3 Boilerplate with Bootstrap 3 JQuery and FontAwesome
- Host: GitHub
- URL: https://github.com/abradifcode/webpack-boilerplate
- Owner: abradifcode
- License: mit
- Created: 2019-04-02T11:08:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T07:41:29.000Z (almost 7 years ago)
- Last Synced: 2024-11-12T17:49:46.123Z (3 months ago)
- Topics: babel, boilerplate, bootstrap3, font-awesome, postcss, scss, webpack3
- Language: JavaScript
- Homepage:
- Size: 158 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Webpack 3 Boilerplate
===========> Webpack 3 boilerplate with Babel, Bootstrap 3 SASS and FontAwesome 4
## Requirements
You only need node.js pre-installed and you’re good to go.## Download
Download in current directory
```sh
$ curl -L -o master.zip https://github.com/lauragieco/webpack-boilerplate/archive/master.zip && unzip master.zip && rm master.zip
```## Setup
Install dependencies
```sh
$ npm install
```## Development
Run the local webpack-dev-server with live-reload and autocompile on [http://localhost:8080/](http://localhost:8080/)
```sh
$ npm run dev
```
## Deployment
Build the current application
```sh
$ npm run build
```