git clone https://github.com/MartianLee/react-nextjs.git
yarn
yarn dev
Open localhost:3000
in web browser
Run Storybook with npm run storybook
- React
- Redux
- Redux-saga
- Storybook
Check Dockerfile
.
├── actions
├── components
│ ├── layout
│ ├── nav
│ └── products
├── constants
├── containers
│ └── loginContainer
├── helpers
├── middleware
├── pages
│ ├── login
│ ├── posts
│ ├── products
│ └── user
├── reducers
├── services
├── static
├── stories
└── util