imsus / laravel-elixir-webapp

A Web boilerplate with Laravel Elixir build system

Home Page:https://laravel-elixir-webapp.netlify.com

Repository from Github https://github.comimsus/laravel-elixir-webappRepository from Github https://github.comimsus/laravel-elixir-webapp

Laravel Elixir Webapp

A blazing fast web boilerplate based on Laravel Elixir.

This boilerplate is intended for person who actually comfortable with laravel project. But now I took the laravel-elixir module and make it standalone, so it will be modular and reusable with other projects outside laravel.

Laravel Elixir Webapp provides a skeleton for creating a web page.

Installation

Since this boilerplate is a project, not a module. You should clone this project first. On Terminal/bash type this

git clone https://github.com/imsus/laravel-elixir-webapp.git my-project

After that, install the dependencies using NPM or Yarn.

If using NPM then type:

$ npm install

or if using Yarn then type:

$ yarn

Now you can start develop websites using this project.

Usage

All tasks are described in the gulpfile.js Most of the task are documented in official Laravel Elixir documentation.

License

MIT

About

A Web boilerplate with Laravel Elixir build system

https://laravel-elixir-webapp.netlify.com


Languages

Language:HTML 83.3%Language:JavaScript 13.9%Language:CSS 2.8%