desoleary / desoleary-react-app-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of contents

Pages

MST Jira

  • Get Started
  • Global configuration
  • Project configuration
  • User configuration
  • Issue configuration

Development

NPM Commands

Install Dependencies

npm install

Run

npm start

Build

Development build:

npm run build:dev

Production build:

npm run build:prod

Test

Run tests and storybook-based snapshot tests:

npm test

Run tests and update snapshots:

npm run test:update

Storybook

npm run storybook

VS Code

The repo contains .vscode folder with shared settings.

Prettier

To auto-format code on save install prettier extension.

About

License:MIT License


Languages

Language:JavaScript 83.5%Language:TypeScript 13.5%Language:HTML 2.0%Language:CSS 1.1%