/tested-react-ts-mobx-boilerplate

Frontend Boilerplate with Tests, React, MobX and TypeScript

Primary LanguageTypeScript

Frontend Boilerplate with Tests, React, MobX and TypeScript

Build Status

Greenkeeper badge

Based on rokoroku's react-mobx-typescript-boilerplate and TJ's frontend-boilerplate.

See also: react-redux-typescript-boilerplate

Contains

Build tools

Test tools

Setup

  • Clone the repository
  • In the cloned folder run:
    $ yarn install
    

Running

Run the dev-server:

$ yarn start

Testing

$ yarn test

or:

while running in dev-server (yarn start) go to http://localhost:3000/tests.html

Build

$ yarn run build

License

MIT