Skip to content

Latest commit

 

History

History
executable file
·
55 lines (37 loc) · 1.69 KB

README.md

File metadata and controls

executable file
·
55 lines (37 loc) · 1.69 KB

SGVial App


Jaime Andres Velez Rojas

simple crud app, using and API

DevTools

This application uses the next libraries and packages to work properly

  • ReactJS A JavaScript library for building user interfaces
  • Redux A predictable state container for JavaScript apps.
  • Axios Promise based HTTP client for the browser and node.js
  • Thunk Define React functional stateless components as thunks
  • ImmutableJs Persistent Immutable data structures
  • Redux-Immutable.js Create an equivalent function of Redux combineReducers that works with Immutable.js state.
  • Redux Form The best way to manage your form state in Redux.
  • JSONPlaceholder Fake Online REST API for Testing and Prototyping

Download

Download from the repository here, or use the git command to clone it:

$ git clone https://github.com/jhudaz/sgvial.git

Installation

Requirements

have installed NodeJs , Yarn, and a text editor

Install the dependencies.

$ cd sgvial
$ yarn install

Run the aplication

Development environment, the app is running in the port 3000 by default

$ yarn start

this will display the app on the browser

app

License

MIT