skbkontur/hackathon-2018.1-team15

Name: hackathon-2018.1-team15

Owner: Kontur

Description: null

Created: 2018-04-06 18:24:57.0

Updated: 2018-05-24 12:44:05.0

Pushed: 2018-05-24 12:44:03.0

Homepage: null

Size: 50640

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Webpack 4 Boilerplate

Dependency Status devDependency Status

Plain webpack 4 boilerplate with Babel, SASS and lodash on board

Requirements

You only need node.js pre-installed and you?re good to go.

If you don?t want to work with lodash, just remove it from the node packages and the webpack config.

Download

Download in current directory

rl -L -o master.zip https://github.com/cvgellhorn/webpack-boilerplate/archive/master.zip && unzip master.zip && rm master.zip && mv ./webpack-boilerplate-master/{.,}* ./ && rm -r ./webpack-boilerplate-master
Setup

Install dependencies

m install
Development

Run the local webpack-dev-server with livereload and autocompile on http://localhost:8080/

m run dev
Deployment

Build the current application

m run build
webpack

If you're not familiar with webpack, the webpack-dev-server will serve the static files in your build folder and watch your source files for changes. When changes are made the bundle will be recompiled. This modified bundle is served from memory at the relative path specified in publicPath.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.