Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.01 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.01 KB

Basic webpack boilerplate

Start your next project using technologies that you love

A starting point for your next app

Demo

Features

Development

# install dependencies
$ npm install

# serve with hot reload at localhost:8080
$ npm run dev

# build for production with minification and serve dist files at localhost:8080
$ npm run build

In development, if you are working with a backend like Laravel, you will need to add a script to your template file:

...
<script src="http:/[localhost|ip]:[port]/app.js"></script>
...

Use IP if you run your app from external devices.