Skip to content

TS project that provides with the simplest template for using React + Redux + Vite

Notifications You must be signed in to change notification settings

dvoaviarison/react-redux-vite-ts

Repository files navigation

React + Redux + TypeScript + Vite

This project provides with the simplest template for using React + Redux + Vite using typescript.

Demo (main branch) available here:

How to run the app?

Make sure dependencies are installed: npm install

  • Dev Mode: Run npm start
  • Prod Preview: Run npm run build to build then npm run preview

How to create docker image?

  • Build: docker buildx build --platform linux/amd64 -t username/react-redux-vite-ts:tag .
  • Publish using: docker push username/react-redux-vite-ts:tag
  • Run: docker run -d -p 3010:3010 username/react-redux-vite-ts:tag

About

This has been boostrapped using

npm create vite

About

TS project that provides with the simplest template for using React + Redux + Vite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published