fengyuanchen / photo-editor

A simple photo editing application.
https://fengyuanchen.github.io/photo-editor
MIT License
936 stars 238 forks source link

How can I run code inside "src" folder #45

Closed aminul-palash closed 1 year ago

aminul-palash commented 1 year ago

Hello,

I appreciate the work done on this impressive project. As someone relatively new to advanced JavaScript libraries, I'm seeking guidance on running the index.html file from the src folder. Currently, upon running the index.html file (from the src folder), only a blank page is displayed.

My goal is to comprehend the codebase and subsequently customize it to suit my requirements. While I recognize that my question might be basic, I would greatly appreciate your assistance as I embark on this initial phase of exploration and learning.

Thank you for your support.

fengyuanchen commented 1 year ago
  1. git clone https://github.com/fengyuanchen/photo-editor
  2. cd photo-editor
  3. npm install
  4. npm start