Skip to content

algonacci/learning-base

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 86.7%
  • TypeScript 7.1%
  • JavaScript 5.6%
  • HTML 0.6%