Reduxtagram (View sandbox)
A simple React + Easy Peasy (Redux) implementation inspired from Learn Redux course.
This project uses Vite and Vitest to run, build and test the application.
In the project directory, you can run:
yarn dev
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.
# run tests in interactive watch mode in the console
yarn test
# run tests in interactive watch mode and viewing the results in a browser - uses Vitest UI
yarn test --ui
# run tests with coverage and exit
yarn test --coverage --run
# Builds the app for production to the `build` folder.
yarn build
# Preview the build
yarn run preview
To learn more about Easy Peasy, check out the documentation.