Skip to content

A simple exercise on basic front-end technologies

Notifications You must be signed in to change notification settings

Dacker15/comfy-house

Repository files navigation

Comfy House

Main Scripts

npm start

Runs the app in the development mode on http://localhost:3000.

npm run build

Builds the app for production to the build folder.

Scaffolding

|-- comfy-house
  |-- build # Build output folder
  |-- public
  |   |-- assets # Products images
  |   |-- products.json # Products data
  |-- src
  |   |-- assets # Fonts
  |   |-- base # Base components, like Button
  |   |-- components # All components used inside application
  |   |-- lib # Constants, utility functions, hooks and types
  |   |-- index.css # Style entry point
  |   |-- index.tsx # Application entry point