Skip to content

LucasLeandro1204/simple-tasklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b8873dc · Apr 17, 2019

History

56 Commits
Apr 17, 2019
Mar 27, 2018
Mar 31, 2018
Mar 31, 2018
Apr 2, 2018
Apr 2, 2018
Mar 28, 2018
Mar 27, 2018
Mar 31, 2018
Mar 27, 2018
Mar 28, 2018
Mar 27, 2018
Apr 2, 2018
Mar 27, 2018
Apr 2, 2018
Mar 27, 2018
Mar 27, 2018
Mar 27, 2018
Mar 31, 2018
Mar 27, 2018
Mar 27, 2018
Mar 30, 2018
Apr 2, 2018

Repository files navigation

Simple Task List

Laravel + Vue + TailwindCSS

Requirements

  • Composer
  • Node
  • NPM

Installation

This project use Laravel 5.6 as Framework, to run it see the packages needed here

1 - Clone the project

$ git clone git@github.com:LucasLeandro1204/simple-tasklist.git tasklist
$ cd tasklist

2 - Create a .env file

$ cp .env.example .env

SQLITE is the default provider

3 - Install everything and run production

$ composer install
$ npm install
$ npm run prod

Now you can go to tasklist.test/ and BOOM working =)

Testing

This projects has unit / feature tests, simple run phpunit

$ vendor/bin/phpunit tests/