VlatkovicB / typescript-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README.md

This is a helper file for making README.md.

Installation

Use the package manager npm to install typescript.

npm i -D typescript

Heading

Size varies with #

Text formatting

Bold Bold Italic Italic Strikethrough

Quote some text.


Lists

  • unordered list

    1. Ordered list
    2. Ordered list
  • unordered list


Quote code

const exrpess = require('express');
const expressGraphQL = require('express-graphql');

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.


Linking

MIT


Relative links

Some internal link


Checklists

  • Item 1
  • Item 2
  • Item 3

Emojis

😀


Table

Title Column Column column Column Column
row row row row row row
row row row row row row
row row row row row row

About


Languages

Language:JavaScript 62.0%Language:TypeScript 38.0%