Skip to content

LucasLeandro1204/simple-tasklist

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/

About

Simple Task List app made with Laravel, Vue and Tailwindcss

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published