Skip to content

baldir-fr/starter-clean-archi-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.2%
  • HTML 4.8%
  • Vue 4.3%
  • JavaScript 1.6%
  • Other 0.1%