Build a modern and cutting-edge E-Commerce application using the power of Remix.run, Stripe for payment processing, Sanity.io for content management, and Tailwind.css for a visually appealing user interface.
- Remix.run: Use the capabilities of Remix.run's web framework for fast navigation and efficient data fetching.
- Stripe: Incorporate seamless and secure payment processing.
- Sanity.io: Manage your products, descriptions, and other relevant content with ease.
- Tailwind.css: Style your application with the responsive and utility-first CSS framework.
Before you begin, ensure you have the following installed:
- Node.js
- npm or Yarn
git clone https://github.com/EvanMarie/remixStore.git
cd remixStore
npm install
# or
yarn install
Create a .env
file in the root of your project and fill in your credentials:
STRIPE_PUBLIC_KEY=your_stripe_public_key
STRIPE_SECRET_KEY=your_stripe_secret_key
SANITY_PROJECT_ID=your_sanity_project_id
SANITY_DATASET=your_sanity_dataset
(Replace placeholders with your actual credentials.)
npm run start
# or
yarn start
The application will start on http://localhost:3000
.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE.md file for details.