Skip to content
This repository was archived by the owner on May 2, 2023. It is now read-only.

fzan/Symfony-react-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8f46db2 · Apr 9, 2018

History

27 Commits
Apr 7, 2018
Apr 7, 2018
Apr 8, 2018
Apr 7, 2018
Apr 9, 2018
Apr 9, 2018
Apr 9, 2018
Apr 8, 2018
Apr 7, 2018
Apr 7, 2018
Apr 7, 2018
Apr 7, 2018
Apr 7, 2018
Apr 7, 2018
Apr 7, 2018
Apr 7, 2018
Apr 7, 2018
Apr 7, 2018
Apr 9, 2018
Apr 7, 2018
Apr 7, 2018
Apr 7, 2018
Apr 7, 2018
Apr 7, 2018
Apr 7, 2018
Apr 7, 2018
Apr 7, 2018
Apr 7, 2018

Travis Build Status

###Symfony 4 TODO-app boilerplate

  1. Sonata admin integration with custom admin classes
  2. FOS REST API with NELMIO apidoc on /api/doc
  3. React-create-app dashboard
  4. Some Phpunit backend + Sonata admin tests
    • Almost no React tests (for now, just the standard 3:-D )
  5. Integrated travis-ci
  6. Heroku-ready configuration
  7. Optional docker script (to check)

HowTo

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 :]

About

No description or website provided.

Topics

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published