Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 888 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 888 Bytes

Starter repo for working with React in Typescript

Supports (and has types for)

  • enzyme for tests
  • react router (v4)
  • redux
  • redux sagas
  • axios

Supports Storybook

To run StoryBook: npm run storybook

Configs for webpack resources are in .storybook UI root.

for reference: (https://github.com/Microsoft/TypeScript-React-Starter)

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

Individual dirs

  • workspace-app-ui
  • admin-ui

Install (must be run in subdirs)

npm i

Run

npm run start || npm run start:remote