Welcome to the Create Online Store project! This application allows users to effortlessly set up and manage their own online stores, providing a seamless experience for both store owners and customers.
- Store Creation: Users can create personalized online stores with unique branding.
- Responsive Design: Optimized for various devices, ensuring a smooth user experience.
- Frontend: Next.js (v15.1.7), React (v19.0.0), Tailwind CSS (v3.4.1)
- State Management: React Hook Form (v7.54.2)
- Icons: React Icons (v5.5.0)
- HTTP Client: Axios (v1.7.9)
- Alerts: SweetAlert2 (v11.17.2)
- Linting: ESLint (v9) with eslint-config-next (v15.1.7)
- Styling: PostCSS (v8), Tailwind CSS (v3.4.1)
- Type Checking: TypeScript (v5)
Ensure you have the following installed:
-
Clone the Repository:
git clone https://github.com/mrashed21/create-online-store.git cd create-online-store -
Install Dependencies:
Using npm:
npm install
Or using Yarn:
yarn install
For development:
npm run devOr with Yarn:
yarn devThis will start the application on http://localhost:3000.
To build for production:
npm run buildOr with Yarn:
yarn buildTo start the production server:
npm startOr with Yarn:
yarn startTo run ESLint:
npm run lintOr with Yarn:
yarn lintFor more information and live demo, visit our website: https://create-online-store.vercel.app/