A collection of components, helpers, and utilities that I use in my React projects. Use it if you'd like.
- Install NVM.
- Run
nvm install
to install the appropriate version of Node.js. - Run
npm i
to install relevant packages.
Command | Description |
---|---|
npm run lint |
Runs linters for CSS, TS, JS |
npm run lint:css |
Runs Stylelint on all CSS and inline-styles |
npm run lint:js |
Runs ESLint on all JavaScript and TypeScript |
npm run lint:ts |
Runs a TypeScript checker |
npm run pretty |
Uses Prettier to format all the files |