Skip to content

jonikanerva/destiny

Repository files navigation

Destiny

Destiny weapons comparison

Tech

This is a single page React app written in TypeScript. Parcel is used for building, Prettier for code formatting, eslint for static analysis, yarn for package manager, and nvm for managing the Node version.

Setup

Install and set the corret Node version with nvm install && nvm use.

Install dependencies with yarn install.

Run static analysis and linters with yarn lint.

Running

Build production application with yarn build.

Start application in dev/watch mode with yarn start.

Releases

No releases published

Packages

No packages published

Languages