https://github.com/axross/react-boilerplate
🖲 A complete example of scalable React application
https://github.com/axross/react-boilerplate
Last synced: 3 months ago
JSON representation
🖲 A complete example of scalable React application
- Host: GitHub
- URL: https://github.com/axross/react-boilerplate
- Owner: axross
- License: mit
- Created: 2019-05-23T01:42:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:33:39.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T20:30:03.173Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://clean-react.web.app
- Size: 3.29 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Boilerplate
[](https://circleci.com/gh/axross/react-boilerplate)
A complete example of React application considered application architecture so that it scales
## Live Demo
### Application
[https://clean-react.web.app](https://clean-react.web.app)
### Storybook
[https://clean-react-storybook.web.app](https://clean-react-storybook.web.app)
## What Included / To-Do
- Foundation
- [x] **Clean architecture with BLoCs pattern**
- [x] TypeScript
- [x] Storybook
- [ ] Testing
- [x] Common components
- Real use-cases
- [x] CI configuration
- [x] Automatic deployment
- [ ] Code splitting
- [x] Session token encryption
- [ ] The second page
- Implementation technique
- [x] Optimistic UI
- [ ] Placeholder Loading
- [ ] Infinite scrolling paging## Getting Started
(Fork and) clone this repository, `npm i` then:
```
$ cp .env.example .env
```Then:
### Starting development server (to develop the application)
```
$ npm run serve:app
```### Starting storybook server (to develop components)
```
$ npm run serve:storybook
```### Format code
```
$ npm run format
```## License
MIT