corrortiz / sampleAppClient

This is the client part of a CRUD APP sample made in ReactJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRUD APP sample in ReactJs and Java

Table of Contents

Description

This is the client part of a CRUD APP sample made in ReactJS

Stack

Installation

This is only the part of the client of the application, it is necessary also to have the server part to work in a correct way, you can find it here

Once the server is running the following steps must be performed:

git clone git@github.com:corrortiz/sampleCRUDAppClient.git
cd sampleCRUDAppClient
npm install

Now it is necessary to modify in the file

src/action/index.js

const ROOT_URL = `https://sample-api-aohys.herokuapp.com/api`;

Change the address for the address of your server if you have not changed anything in the server part should be seen as follows

const ROOT_URL = `https://localhost:8080/api`;

Now save the changes and in the console enter the following:

npm start

Now enter localhost: 3000 in your browser and you get something like this:

Image of sample

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

About

This is the client part of a CRUD APP sample made in ReactJS

License:MIT License


Languages

Language:JavaScript 60.8%Language:CSS 39.2%Language:HTML 0.0%