Compile and run Carbon locally #1426
Answered
by
OkeyDev
realhackcraft
asked this question in
Q&A
-
Question Problem |
Beta Was this translation helpful? Give feedback.
Answered by
OkeyDev
Sep 10, 2022
Replies: 2 comments
-
You need npm and yarn installed After that you must install dependices. Execute at root project folder: And start project using npm: You'll see something like that:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mfix22
-
Thanks @OkeyDev! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need npm and yarn installed
After that you must install dependices. Execute at root project folder:
yarn install
And start project using npm:
npm run dev
You'll see something like that: