Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 658 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 658 Bytes

UPDATE ( 3rd aug 2020 )

NextJS-AntD-CSS Minimal Starter

  • Example showing the Integration of AntD 4+ with NextJS 9.3+

  • Uses built-in css support and also shows local modules setup for components and pages

  • global styles are stored in styles/ directory in root folder

  • local styles for pages and components are stored in their respective styles/ folders

dev mode

  • yarn
  • yarn dev

analyze mode

  • yarn
  • yarn analyze

production mode

  • yarn
  • yarn build
  • yarn start