/vite-react-overmind-demo

A demo of using vite, react, and overmind together.

Primary LanguageTypeScript

README

A small test of vite, Evan You's super fast esmodule build tool, React, and Overmind a slick state store. This is just to show that react fast refresh, vite and overmind all play well together and preserve the overmind state when changing code.

  • install

    yarn
  • to run this app for devlopment

    yarn dev
  • to run this app for producation

    yarn build