- React
- Redux (Redux-toolkit and Redux-toolkit/query)
- JsonPlaceholder Fake API
- Socket.io
- GraphQL
- Firebase
- Material-UI
Open your terminal and run the following commands to get your copy of the projct running on your local or remote environment
Gets a copy of the codebase to your development environment
Installs Dependencies and Dev-dependencies required to run the project successfully
After which you can run either of the available scripts that fit your purpose
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
Edit the files as you see fit, if you end up with something you cannot resolve and wish to go back to the original code. Run
git restore
.
You will also see any lint errors in the console.
Launches the eslint in terminal
Launches the test runner in the interactive watch mode.
Launches the crypress browser based test runner
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready for production & to be deployed!
You can copy the build folder content to your server to host your copy of the project