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.
- Set the URL where the client application is hosted. For local development, use
http://localhost:3000
.
- Obtain your Google Analytics tracking ID by creating a new property in your Google Analytics account.
- Insert the email address you want to use as the "From" address for outgoing emails.
- Insert the hostname or IP address of the email server you want to use for sending emails.
- Insert the port number of the email server you want to use for sending emails.
- Insert the password for the email account you want to use for sending emails.
- Insert the username or email address of the email account you want to use for sending emails.
- Generate an API token in your Strapi admin panel.
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
This project is licensed under the MIT License - see the MIT License file for details.