/micro-nextjs

Next.js and Typescript template

Primary LanguageTypeScript

Micro-next.js

build status

Previous project

Requirement

Idea to structure redux application

For now, the best way is to place all logic in the same place with components to make it less painful when scaling the application. Current structure is the combination of ideas from organizing-redux and ducks-modular-redux. Briefly, I will have our reducer, action-types, and actions in the same place with featured components.

Development

$ npm run dev

Test

$ npm test

Production

Start production server

$ npm run build
$ npm start

Access http://localhost:3000 to see the application

QA

Feel free to open an issue on the repo.