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.git
Install dependencies
npm install
Provide permission for scripts, git-hooks.
npm run prepare
Start development server
npm run dev
dev
– start dev serverbuild
– bundle application for productionexport
– exports static website toout
folderanalyze
– analyzes application bundle with @next/bundle-analyzer