baldir-fr / starter-clean-archi-frontend

Start a clean architecture application on the frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starter for clean architecture

This is just a minimalistic starter. For a more complete example please check out the repository from which this one was forked.

Prerequisite

  • nodejs > 10

Install

npm install

Usage

Angular

npm run angular 

React

npm run react

Structure

clean-archi

  • packages/domain : Core of business application (city, weather, port)
  • packages/web/adapters : Class used to make infrastructure communicate with domaine
  • packages/web/infrastructure : Weather app with frameworks usage

Technologies

Langage

  • Typescript

Tools / Libraries

  • Lerna
  • Angular
  • React
  • Jest
  • @testing/library

About

Start a clean architecture application on the frontend


Languages

Language:TypeScript 89.3%Language:HTML 4.8%Language:Vue 4.3%Language:JavaScript 1.6%Language:SCSS 0.1%Language:Shell 0.0%