Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 483 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 483 Bytes

React-Pack-with-PHP-Restful-API

User Authentication system using React & PHP React => frontend PHP => backend => Restful api

react and php

Befor start using you should fist install

if you never befor install React :

npm install -g create-react-app

then: install material-ui:

npm install @material-ui/core

and you need also prepare axios

import axios from 'axios';

ENJOY ❤