10000 GitHub - shimaah/products
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

shimaah/products

Repository files navigation

Getting Started

First, install latest node v18 (latest LTS version at the moment): https://nodejs.org/ & install the debendencies:

npm install

Then run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

This project is a pages routing next.js and contains 2 main folders:

** components --> contains all ui components ** pages --> contains app pages

Used styled-components for styling the components

0