Skip to content

Gabriel-Weiss/rtk_query_app_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with React App and RTK Query

This project was bootstrapped with [Create React App]. It's a simple application mocking a delivery app, contains JWT authetication and protected routes with React Router V6. Data fetching is produced with RTK Query, contains forms build with Fromik and Yup validation. For state persistence was use redux-persist library, UI components with Material UI library and css. Backend was build with node and express framework with local instance of mongodb database and mongoose

Available Scripts

In the project directory:

npm run dev

Runs concurrently json-server and react app in development mode.
Open http://localhost:3000 to view it in your browser.

cd backend & npm run dev

Enter the backend subdirectory and runs the backend node server in development mode.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner.
See the section about running tests for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages