GithubHelp home page GithubHelp logo

isaacdecoded / arpeggio-ts Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 282 KB

Coding template for DDD and Clean Architecture based projects on TypeScript.

License: MIT License

TypeScript 98.62% Shell 1.38%
clean-architecture ddd enterprise-software software-architecture software-development typescript cqrs software-engineering solid-principles

arpeggio-ts's Introduction

ARPEGGIO ON TYPESCRIPT

This is the Arpeggio coding template based on TypeScript.

Requirements

Scripts

You can run it by executing the commonly known NodeJS scripts commands:

yarn install
yarn build
yarn start

For development purposes, you may want to use the following script commands in separate terminal screens:

yarn build:watch
yarn start:watch

Execute tests by using the Jest included library:

yarn test

Dependencies

Arpeggio on TypeScript keeps the codebase clean by including only the module-alias dependency. This dependency can be removed if the user does not require simplified import paths with aliases. If you decide to keep the aliases, please remember that their usage depends on the following configurations:

  1. In tsconfig.json, include your paths in the compilerOptions.paths object.
  2. In package.json, include the same paths in the _moduleAliases object.
  3. In jest.config.json, include the same paths in the moduleNameMapper object.

Additionally, Arpeggio on TypeScript includes a comprehensive suite of development and testing dependencies for coding styling, commit checking, and unit testing:

The Plan Concept example

You can take a look to the example by visiting the plan-concept-example branch

arpeggio-ts's People

Contributors

isaacdecoded avatar dependabot[bot] avatar

Stargazers

Mario M. Orozco avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.