/snapshop

An e-commerce app.

Primary LanguageTypeScriptMIT LicenseMIT

Snapshop

An e-commerce app.

Demo

See Live

Tech Stack

  • Next.js
  • TypeScript
  • TailwindCSS

Getting Started

Prerequisites

Make sure you have Node.js (18 or higher) and npm installed on your machine.

Installation

  1. Clone the repository:

    git@github.com:rjshkhr/snapshop.git
  2. Navigate to the project directory:

    cd snapshop
  3. Install dependencies:

    npm install

Running the App

To start the Next.js development server, run:

npm run dev

The app will be accessible at http://localhost:3000.

Building for Production

To build the app for production, run:

npm run build

Running in Production

After building the app, you can start it in production mode with:

npm start

Visit http://localhost:3000 to see the app in production mode.

License

Snapshop is licensed under the MIT License.