Possibility to run a sample from the project root #249
Labels
status:confirmed
An issue confirmed by the development team.
type:task
Any other issue (refactoring, typo fix, etc).
Are you reporting a feature request or a bug?
Task
Expected result
A sample can be run from the project root with a simple command, e.g.
npm run sample router
.Actual result
Running a sample locally requires developer to build package, then go into sample directory, install dependencies, link the parent package, then start the sample.
The text was updated successfully, but these errors were encountered: