Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 562 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 562 Bytes

React Next Js Boiler Plate

Features included in Template

  • Material UI
  • page authentication and protection
  • login logout api call
  • TypeScript React
  • Enabled env file
  • SASS/SCSS styling
  • Cookie and Session

Initial Dependencies

 "dependencies": {
   "@material-ui/core": "^4.10.2",
   "axios": "^0.19.2",
   "dotenv-load": "^2.0.0",
   "js-cookie": "^2.2.1",
   "next": "^9.4.4",
   "next-cookies": "^2.0.3",
   "next-env": "^1.1.1",
   "react": "^16.13.1",
   "react-dom": "^16.13.1",
   "sass": "^1.26.8"
 }