Sign inSign up

patrikduch/nextjs-fe-admin-template

By patrikduch

•Updated over 5 years ago

Advanced TypeScript Next.js dashboard template.

Image
0

5.4K

patrikduch/nextjs-fe-admin-template repository overview

⁠nextjs-fe-admin-template

⁠dockerization

⁠build image

docker build -f Dockerfile -t nextjs-fe-admin-template .

⁠run image

docker run -p 80:80 nextjs-fe-admin-template

⁠stylization

  • styled-components JS library
  • @material-ui/core for Material-UI integration

⁠internationalization

  • next-i18next JS library

⁠environment

  • cross-env development (JS library for multiple environment setup.)

⁠state management

  • react-redux JS library
  • redux JS library
  • next-redux-wrapper JS library
  • redux-thunk
  • redux-devtools-extension

⁠form management

  • formik
  • yup
  • js-cookie JS library

⁠api call management

  • axios JS library

⁠linting

  • eslint-plugin-simple-import-sort JS library

to execute linting process run command

  • npm run lint or yarn lint

⁠Testing

⁠Component Unit tests
  • jest (JS library for unit tests)
  • Enzyme (JS library for React's component tests)

to run all test run command

  • npm run test or yarn test

Tag summary

Content type

Image

Digest

Size

452 MB

Last updated

over 5 years ago

docker pull patrikduch/nextjs-fe-admin-template