###Symfony 4 TODO-app boilerplate
- Sonata admin integration with custom admin classes
- FOS REST API with NELMIO apidoc on /api/doc
- React-create-app dashboard
- Some Phpunit backend + Sonata admin tests
- Almost no React tests (for now, just the standard 3:-D )
- Integrated travis-ci
- Heroku-ready configuration
- Optional docker script (to check)
To be ready, for now just run
composer install
From the command line.
Use
phpunit .
For unit testing.
if you want to rebuild the frontend app, go to:
cd frontend/todo
and
npm install && npm run build
If you encounter an error like:
events.js:165 throw er; // Unhandled 'error' event
Try to
brew install watchman
Have fun and leave me a message :]