- Jquery
- Axios
- Lodash
npm install
npm run serve
Example pages are at http://localhost:3000/examples/
In order to run websocket example, you must run npm run start-websocket-server
command to create a web socket server. It will generate some numbers and send them to connected clients.
Please visit to https://laravel-mix.com/ for more information about Laravel Mix.