This has the following features:
- TypeScript
- PostCSS with mantine-postcss-preset
- ESLint setup with eslint-config-mantine
Clone the repository
git clone https://github.com/bhaireshm/art-connect.gitInstall dependencies
npm installProvide permission for scripts, git-hooks.
npm run prepareStart development server
npm run devdev– start dev serverbuild– bundle application for productionexport– exports static website tooutfolderanalyze– analyzes application bundle with @next/bundle-analyzer