SadiqaliZaveri / JZ-Jewels

Jerjis's Jewellery Store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zavtin

Jerjis's Jewellery Store. An attempt to bring my father's jewellery business online.

Hosted on zavtin.com

Usage

Node

10.16.3 or a greator version of node is supported

We also have a .nvmrc file that you can use if you have nvm. It will automatically select the node version for you

nvm use

Installation

Run the following commands after cloning the repository

npm i
npm run dev

Bundle Analyzer

Run the following command

npm run analyze

Check the path .next/analyze for client.html and server.html. Open these files in a browser to analyze the bundle sizes.

ESLint

Run the following command

npm run lint

It will output the errors / warnings / info in the console if they exist.

MongoDB

Install MongoDB

You may use any tool to view the documents. Ideal tool MongoDB Compass

Ensure you have mongoDB service running for local connections

Upon running the server info / error / warning logs will be visible.

IDE - Highly Recommended

  1. Visual Studio Code

VSC Plugins

  1. ESLint
  2. EditorConfig
  3. Prettier
  4. vscode-styled-components

About

Jerjis's Jewellery Store


Languages

Language:JavaScript 99.0%Language:CSS 1.0%