appledore-dev / learning-base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:CSS 92.2%Language:JavaScript 6.0%Language:TypeScript 1.1%Language:HTML 0.7%