pbelyaev / laravel-blade-compiler-example

Example of using Laravel Blade Compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Blade Compiler Example

Just an example of Laravel Blade Compiler

Usage

Install dependencies via Yarn:

$ yarn install

or via npm:

$ npm install

Then run the server via Yarn:

$ yarn run server

or via npm:

$ npm run server

Open in a browser: http://localhost:3000

About

Example of using Laravel Blade Compiler

License:MIT License


Languages

Language:HTML 93.0%Language:JavaScript 7.0%