Skip to content

topidesta/crud-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React CRUD App

CRUD App in Action

Credentials

Demo


Development

To get a local copy of the code, clone it using git:

git clone https://github.com/SafdarJamal/crud-app.git
cd crud-app

Install dependencies:

npm install

Finally, you need to start a local web server. Run:

npm start

npm scripts

Script Description
npm start Runs the app in the development mode.
npm test Launches the test runner in the interactive watch mode.
npm run build Builds the app for production to the build folder.
npm run eject This command will remove the single build dependency from your project.

License

This is an open source software licensed as MIT.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.3%
  • CSS 39.9%
  • HTML 4.8%