Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

imsus/laravel-elixir-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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