Destiny weapons comparison
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.
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
.
Build production application with yarn build
.
Start application in dev/watch mode with yarn start
.