Skip to content

mdnorman/node-ts-react-example-hello-world

Folders and files

NameName
Last commit message
Last commit date
Oct 8, 2020
Feb 26, 2020
Apr 20, 2019
Jun 5, 2016
Aug 25, 2018
Jul 21, 2018
Jul 21, 2018
Jul 7, 2021
Apr 8, 2020
Apr 2, 2020
Oct 28, 2020
Feb 26, 2020
Jul 16, 2021
Jul 16, 2021
Jul 16, 2021
Feb 25, 2020
Feb 7, 2019

Repository files navigation

CHANGEME

Setup

Node

  1. Install nvm (Node Version Manager)
  2. cd to the project directory and execute the following:
    nvm install
    nvm use
    npm install
    

IDE Setup

This project uses EditorConfig for IDE configuration.

See .editorconfig for settings.

Many popular IDEs and editors support this out of the box or with a plugin.

Development

Prettier

This project uses Prettier, so please run it before checking in:

npm run pretty

See .prettierrc for settings.

Some IDEs and editors have plugins for running Prettier.

Linting

This project uses TSLint. Check linting before checking in:

npm run lint

See tslint.json for settings.

Many IDEs and editors support TSLint.

Testing

This project uses Jest for testing. Run tests before checking in.

npm test

Building

npm run build