Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dunglas/api-platform-crud-demo


https://github.com/dunglas/api-platform-crud-demo

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# API Platform CRUD demo

## Usage

Create a React application:

$ create-react-app my-app
$ cd my-app

Install 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




```