React + Typescript + Redux Sagas + Jest + SCSS + Webpack
A Web application for users and hobbies.
├─ config
├─ src
│ ├─ assets
│ ├─ components
│ ├─ constants
│ ├─ containers
│ ├─ models
│ ├─ state
│ │ ├─ ducks
│ │ │ ├─ hobby
│ │ │ └─ user
│ │ │ ├─ actions.tsx
│ │ │ ├─ index.tsx
│ │ │ ├─ reducers.tsx
│ │ │ ├─ sagas.tsx
│ │ │ ├─ selectors.tsx
│ │ │ └─ types.tsx
│ └─ utils
└─ tsconfig.json
#Install dependencies
npm i
#Start app in dev mode. Default port: 8080
npm start
Make sure the app is running using the above command.
npm run test