koala819 / StarterPack

A comprehensive web development kit for swift site creation, featuring responsive design, contact form, NextUI components, and Google Analytics integration.

Home Page:https://starterpack-iota.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banner

πŸ“Œ Overview

StarterPack is a web development kit that enables quick site creation with responsive design, contact form, NextUI components, and Google Analytics integration. It utilizes essential dependencies like Strapi, React, and styled-components.

βš™οΈ Setting Up

CLIENT_URL

  • Set the URL where the client application is hosted. For local development, use http://localhost:3000.

GA_TRACKING_ID

  • Obtain your Google Analytics tracking ID by creating a new property in your Google Analytics account.

MAIL_FROM

  • Insert the email address you want to use as the "From" address for outgoing emails.

MAIL_HOST

  • Insert the hostname or IP address of the email server you want to use for sending emails.

MAIL_PORT

  • Insert the port number of the email server you want to use for sending emails.

MAIL_PWD

  • Insert the password for the email account you want to use for sending emails.

MAIL_USER

  • Insert the username or email address of the email account you want to use for sending emails.

STRAPI_API_TOKEN

  • Generate an API token in your Strapi admin panel.

πŸš€ Run Locally

1.Clone the StarterPack repository:

git clone https://github.com/koala819/StarterPack

2.Install the dependencies with one of the package managers listed below:

pnpm install
bun install
npm install
yarn install

3.Start the development mode:

pnpm dev
bun dev
npm run dev
yarn dev

☁️ Deploy

StarterPack by DIX31

πŸ“„ License

This project is licensed under the MIT License - see the MIT License file for details.

About

A comprehensive web development kit for swift site creation, featuring responsive design, contact form, NextUI components, and Google Analytics integration.

https://starterpack-iota.vercel.app/

License:MIT License


Languages

Language:TypeScript 85.0%Language:JavaScript 14.9%Language:CSS 0.1%