Skip to content

muhammadramadhann/simple-react-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

This project was bootstrapped with Create React App.

How to Run Project

  • Run git clone https://github.com/muhammadramadhann/simple-react-crud.git
  • Go to the project folder with cd, then run npm install for install all dependency
  • FYI for the data I use is json data contained in the src/data folder, You have to go to that folder via terminal and run json-server --watch employees.json
  • If you get an error such as: json-server: command not found, you can install json-server package with npm install -g json-server then run that command once again
  • Then run npm start

Preview

image

image

image

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published