Skip to content

axross/react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Boilerplate

CircleCI

A complete example of React application considered application architecture so that it scales

Live Demo

Application

https://clean-react.web.app

Storybook

https://clean-react-storybook.web.app

What Included / To-Do

  • Foundation
    • Clean architecture with BLoCs pattern
    • TypeScript
    • Storybook
    • Testing
    • Common components
  • Real use-cases
    • CI configuration
    • Automatic deployment
    • Code splitting
    • Session token encryption
    • The second page
  • Implementation technique
    • 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

About

🖲 A complete example of scalable React application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published