Skip to content

waldson/web-code-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample To-Do

This document explains how to setup and run this sample to-do.

Requirements

  • PHP 7.1+ with sqlite extension enabled
  • composer 1.7+
  • yarn 1.9+ or npm 6.1+

Installation

  • Run composer install

Execution

  • Run php -S localhost:8080 -t public public/index.php
  • Open your browser on localhost:8080

Tests

  • Run ./vendor/bin/phpunit

Modify Assets

  • Run cd resources/assets && yarn install
  • Run yarn watch
  • Edit source files
  • To compile production version of assets, run yarn run prod

About

PHP, ES6, Vue.js To-Do Sample Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published