codesandbox-client
codesandbox-client copied to clipboard
Steps to download the sandbox and run it in local (Angular) - Issue running a downloaded sandbox locally
trafficstars
Discussed in https://github.com/codesandbox/codesandbox-client/discussions/8671
Originally posted by kishoreandra December 7, 2024 Hello, please help me running this AG grid angular codesandbox example .. I have downloaded the code and ran below commands
- npm i
- ng serve and also tried installing angular-cli 😅
But it fails and its obvious, I checked the folder structures seems fine but there is no
scriptinside package.json, if so how do I run the commands to run the project 😕 ... It is really hard to find online on how to make this work in local, there is no help article as well ... any help is appreciated 🙏
Thank you