/ddd-patterns

Tactical modeling project with DDD.

Primary LanguageTypeScriptMIT LicenseMIT

DDD

Tactical modeling and patterns with DDD and TypeScript.

💻 Getting started

Before you begin, you will need to have the following tools installed on your machine:

The project can be built with npm or yarn, so choose one of the approach bellow in case you don't have any installed on your system.

Npm is distributed with Node.js which means that when you download Node.js, you automatically get npm installed on your computer.

Also, it’s good to have an editor to work with the code like VSCode.

ℹ️ How to use

Follow the instructions below to download and use the project from this repository:

You can use yarn or npm as package manager to run this project, but preferably I use npm.

Clone this repository using SSH:

git clone git@github.com:danielhessell/ddd.git

or clone using https:

git clone git@github.com:danielhessell/ddd.git

Go to project folder in terminal/cmd:

cd ddd

Install dependencies:

npm i

🎉 How to contribute to the project

  1. Fork the project
  2. Create a new branch with your changes: git checkout -b my-feature
  3. Save the changes and create a commit message telling what you've done: git commit -m "feature: My new feature"
  4. Submit your changes: git push origin my-feature

If you have any questions, check out this guide on how to contribute on GitHub.

📄 License

This project is under the MIT license. See the LICENSE file for more details.


Made by Daniel Hessel.