Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dunglas/api-platform-crud-demo
https://github.com/dunglas/api-platform-crud-demo
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dunglas/api-platform-crud-demo
- Owner: dunglas
- Created: 2017-03-24T16:54:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T10:47:09.000Z (over 7 years ago)
- Last Synced: 2024-10-05T19:22:24.235Z (about 1 month ago)
- Language: JavaScript
- Size: 76.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API Platform CRUD demo
## Usage
Create a React application:
$ create-react-app my-app
$ cd my-appInstall React Router, Redux, React Redux, React Router Redux, Redux Form and Redux Thunk (to handle AJAX requests):
$ yarn add redux react-redux redux-thunk redux-form react-router-dom react-router-redux
Add the Bootstrap CSS in `public/index.html`:
```html
React App
```