Skip to content

SwingDev/microconf2-ajax-frontend

Repository files navigation

microconf2-frontend

Awesome project in TypeScript and React

Development

Tip: Wonder what's the size of your bundle? Run yarn start:analyze to use webpack-bundle-analyzer tool.

Testing

Single run

  • run yarn test

Watch mode (re-run tests on file change)

  • run yarn test:watch

Linting

  • run yarn lint (lints scripts and styles)

Build

  • run yarn build

Bundled files are in ./dist directory