Use this free starter Next.js website skeleton to quickly ramp up a base project with Bootstrap already integrated and ready for you to customize. Include a base Content Security Policy and common third party component library for a better development expirience.
Already has Bootstrap framework, Content Security Policy, and Google Tag Manager integrated.
Enjoy!
Step 1: Clone the repo
Step 2: Install the packages:
npm install
Step 3: Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev