Git Product home page Git Product logo

typescript-design-patterns's Introduction

TypeScript Design Patterns

TypeScript Design Patterns by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

Instructions and Navigation

This is the code repository for TypeScript Design Patterns, published by Packt. There are no additional code bundle for the following chapters:

  • Chapter 8 - SOLID Principles
  • Chapter 9 - The Road to Enterprise Application

Chapter 8 is mainly about explaining SOLID principles, so the code bundles are about concepts without actual implementation. Chapter 9 is about a workflow and related configurations, so it is rather trivial to put them as code bundles into files.

Cloning and Browsing

To clone this repository, you will need to install Git and run git clone command with the URL of this repository:

git clone https://github.com/PacktPublishing/TypeScript-Design-Patterns.git

In package.json file, we have already added the dependency of TypeScript module, and configured it as the language server of Visual Studio Code with .vscode/settings.json. To browse code in this repository with Visual Studio Code, you can simply install the dependency using npm install and then open the root directory of this repository as a folder in Visual Studio Code.

Compiling Code

To see how would the compiled JavaScript files look like, you can use command npm run tsc -- -p <chapter-folder> to compile. For example, if you want to compile code in chapter-1, execute following command after npm install:

npm run tsc -- -p chapter-1

If you have compatible TypeScript compiler installed globally, you can just use the global tsc command to compile target code bundle.

Please see Chapter 1 of the book for more information.

Description

TypeScript Design Patterns is a collection of the most important patterns you need to improve your applications' performance and your productivity. The journey starts by explaining the current challenges when designing and developing an application and how you can solve these challenges by applying the correct design pattern and best practices.

Related Typescript Products:

typescript-design-patterns's People

Contributors

hussaink72 avatar vilicvane avatar

Watchers

James Cloos 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.