Skip to content

Latest commit

 

History

History

reduxtagram

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.

Getting started

In the project directory, you can run:

Run the application

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 the tests

# 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

Build and preview the application

# Builds the app for production to the `build` folder.
yarn build

# Preview the build
yarn run preview

Learn More

To learn more about Easy Peasy, check out the documentation.