Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 473 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 473 Bytes

React Boilerplate

This is a simple boilerplate that contains the following libraries / functions

  • Typescript
  • React Router
  • Sass
  • Storybook
  • React Testing Library
  • Docker & Serve

To start please run either

yarn
yarn start

or

docker-compose up --build dev

If using VSCode, please install Prettier, and add

"eslint.validate": [
    "javascript",
    "javascriptreact",
    "typescript",
    "typescriptreact",
]

to your settings.json