Start your next project using technologies that you love
A starting point for your next app
# 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 buildIn 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.