Skip to content

zavvdev/react-mvvm

Repository files navigation

React Modular MVVM

Setup

  1. Install pnpm if you haven't already:

    npm install -g pnpm
  2. Make sure you have correct Node.js version installed as mentioned in the .nvmrc file. Either use nvm to switch to the correct version or install it manually.

     nvm use
  3. Install project dependencies:

    make install
  4. Build the project:

    make build
  5. Start the development server for web application:

    make web-dev
  6. Preview the production build:

    make web-preview

Check out the Makefile for more commands and options.

About

Implementation of MVVM architecture for React applications with DI and modular approach.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published