Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Responsive CRUD React App on vite with json server as a database.

Steps to run the app:

  1. Install node.js if you don't have it yet.
  2. Clone this project.
  3. Run next cmd commands in the root directory:
    • npm i -g json-server@0.17.4
    • npm i
    • npm run build
    • npm run preview
    • json-server --watch data/db.json -d 250 (in separate terminal).

The App can be accessed using this link.

You can check for users in data/db.json or create your own.

If you wanna see smth cool press Ctrl+Alt+Shift+B on any page!

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages