ReactJS CRUD is a simple CREATE, READ, UPDATE and DESTROY application.
- you can create users
- you can edit users
- you can remove users
- you can list users
ReactJS CRUD is a just for fun, and just for lerning project.
ReactJS CRUD uses:
- [ReactJS] - Javascript Framework
- [bulma] - Css Framework
$ git clone [email protected]:llopez/Crud.react.git
$ cd Crud.react
$ npm install
Start the application (development), then navigate to your server address in your preferred browser.
$ npm run dev-server
$ open localhost:8080
Create bundle.js (production)
$ npm run bundle