Powered by E-commerce Admin.
typescript - postcss - eslint - prettier - tailwind - vercel - nextjs13 - cloudinary - clerk - prisma
Or leave a ⭐
- Search through a stores categories and products
- Filter items by their attributes
- Add items to your cart
-
If not already done, set up E-commerce Admin.
-
Clone this project
git clone ...
- Install Dependencies
npm install
- Generate your dotenv file. Follow the instructions in the file to get the env variables.
cp .env.example .env
- If not already running, start the Admin: E-commerce Admin
npm run dev
- Start the frontend (this project)
npm run dev
command | description |
---|---|
dev |
Starts a development instance of the app |
build |
Builds a production instance of the app |
start |
Starts a production instance of the app |
lint |
Runs ESLint |
lint:fix |
Runs ESLint and fixes syntax |
prettier |
Runs Prettier |
prettier:fix |
Runs Prettier and fixes formatting |