Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 880 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 880 Bytes

3D Product Configurator

Live site

https://3d-product-configurator.vercel.app/

Screenshot

Installation

  • Install Node.js
  • Install Npm
  • Clone repo
  • install js dependencies: run npm install within project directory

Available Scripts

In the project directory, you can run:

npm run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.

npm run build

Builds the app for production to the build folder.

npm run lint

Run prettier check only

npm run fix

Run prettier with -fix (modifies files)