Skip to content

consumer client: mysql-api-rest. webapp in React JS

Notifications You must be signed in to change notification settings

Javier022/webapp-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Js

FrontEnd with react js and tailwind css

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

npm run start

unit testing Jest

npm run test

Build the app for production

npm run build