Simple Tasklist Save

Simple Task List app made with Laravel, Vue and Tailwindcss

Project README

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 [email protected]: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/
Open Source Agenda is not affiliated with "Simple Tasklist" Project. README Source: LucasLeandro1204/simple-tasklist
Stars
49
Open Issues
1
Last Commit
5 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating