Base Framework

A monolith framework used by automix.ai learning for building web applications using the following technologies:

Components

  • api/
  • web/

Development

web

  1. Install dependencies

    cd web
    yarn install
  2. Build the CSS

    yarn tailwind -w
  3. Start the development server

    yarn dev

api

  1. Install dependencies

    cd api
    yarn install
  2. Build

    yarn build -w
  3. Start the development server

    yarn dev