Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 4 days ago
JSON representation

Webpack 3 Boilerplate with Bootstrap 3 JQuery and FontAwesome

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
```