This is a Next.js project bootstrapped with create-next-app.
- Simple next js app that allows users to build their pc
- Rendering Patterns: Server Side Render(SSR) + Static Site Genration(SSG)
- Authentication with NextAuth
- Responsive UI
- Cross platform
![]() |
![]() |
![]() |
![]() |
![]() |
|---|---|---|---|---|
| Chrome 39.0+ ✔ | Edge 12.0+ ✔ | Firefox 30.0+ ✔ | IE 11+ ✔ | Safari 9.1+ ✔ |
——————
| -- assets // ant-design global less var
| -- docs // documents directory
| -- public // static files directory
| -- images // compatible with < version 9.0
| -- favicon.ico // some files examples like seo files
| -- ...
| -- src // source directory
| -- components // React UI component
| -- lib // library directory
| -- mongodb.js // save all apiUrl
| -- fontLoader.js // local font settings
| -- ...
| -- middlewares // middlewares
| -- client // client middlewares, deal redux action
| -- server // server middlewares, deal node event
| -- pages // Next.js routes
| -- redux // redux directory
| -- api // deal all project api
| -- features // deal all project features / reducers
| -- store.js // the store of project
| -- .eslintrc // eslint config file
| -- .gitignore
| -- next.config.js // Next.js config file
| -- package.json
| -- server.js // server file
| ... // other files
1. git clone
2. yarn install
3. yarn start
1. yarn build
2. yarn prod
The application is ready on http://localhost:3000
Add badges from somewhere like: shields.io





