This repository is a boilerplate of Laravel Mix for standalone ( without Laravel ) website.
- Laravel Mix (v6)
- React support
- TypeScript support (with tsconfig.json)
An article of this repo. in Japanese.
日本語の解説(2018年の記事)
https://codechord.com/2018/07/standalone-laravel-mix-for-webpackbeginner/
"laravel-mix": "^6.0.49",
$ git clone https://github.com/tomothumb/laravel-mix-boilerplate.git
$ cd laravel-mix-boilerplate
$ npm run prod
$ npm run dev
$ npm run watch
$ npm run hot