Skip to content

Running an application outside of core run #994

Answered by kkoreilly
runrc asked this question in Q&A
Discussion options

You must be logged in to vote

As stated here on the Cogent Core website, you can always build and run Cogent Core apps using the standard Go commands (go build, go run, etc). This includes running from an IDE using a debugger and running the race detector (there is more information on running the race detector in #671).

You need use core run and other core commands such as core build and core pack when building for mobile and web and creating published release builds. You should also use it in general when possible since it reduces binary sizes and bundles app resources and information. However, it is unnecessary when building during development for things like debugging and race detection.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by runrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants