Skip to content

Latest commit

 

History

History
executable file
·
30 lines (25 loc) · 908 Bytes

README.md

File metadata and controls

executable file
·
30 lines (25 loc) · 908 Bytes

Definitions Game

Based on Webpack 4 Boilerplate

https://github.com/ebarra/webpack-boilerplate

Plain webpack 4 boilerplate with Babel, SASS

Requirements

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

Setup

Install dependencies

$ npm install

Development

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

$ npm run dev

Deployment

Build the current application

$ npm run build

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.