Skip to content

A Typescript + React + Rx boilerplate to create new projects with Webpack ✪

License

Notifications You must be signed in to change notification settings

gurov/tsx-rxjs-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsx-rxjs-boilerplate

A Typescript + React + Rx boilerplate to create new projects

This micro project includes:

  • Typescript
  • React
  • RxJs
  • Webpack 2
  • Jest

For the convenience of development:

  • React Router
  • Webpack proxy
  • Request to api of google search books

Project structure

.
├── dist/
├── LICENSE
├── node_modules/
├── package.json
├── README.md
├── src/
│   ├── components
│   │   ├── Details.tsx
│   │   ├── Home.test.tsx
│   │   └── Home.tsx
│   ├── index.css
│   ├── index.html
│   ├── index.tsx
│   ├── models
│   │   ├── Book.ts
│   │   └── SearchBookResponse.ts
│   └── services
│       ├── api.service.ts
│       └── google.books.service.ts
├── tsconfig.json
└── webpack.config.js

About

A Typescript + React + Rx boilerplate to create new projects with Webpack ✪

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published