Skip to content

llopez/Crud.react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactJS CRUD

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.

Tech

ReactJS CRUD uses:

  • [ReactJS] - Javascript Framework
  • [bulma] - Css Framework

Installation

$ git clone git@github.com: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

DEMO