Simple To-Do SPA using PHP Slim, Doctrine and React
- Clone source code:
git clone https://github.com/kobyshi/slim-todo.git && cd slim-todo
- Create local sqlite schema for development purposes:
mkdir data && php vendor/bin/doctrine orm:schema-tool:create
- Install both backend and frontend required dependencies:
npm install
(or simplyyarn
if available, recommended!! find out more here) - Build client bundle:
npm run build
Using local php web-server: npm start
(or again, yarn start
using yarn