This project was bootstrapped with Create React App.
- Run
git clone https://github.com/muhammadramadhann/simple-react-crud.git
- Go to the project folder with
cd
, then runnpm 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