what directory do I run npm start on? #246
Answered
by
PoseidonCoder
alfredopastasauce
asked this question in
Q&A
-
I just cloned my fork onto my dektop and I just want to know if i need to get any packages and also what directory do I run npm on? thanks everyone |
Beta Was this translation helpful? Give feedback.
Answered by
PoseidonCoder
Feb 16, 2021
Replies: 2 comments
-
I suggest looking here to learn how to run it. If you want to run the frontend then you will want to navigate to kofta and type |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dk-raw
-
Thanks, @PoseidonCoder, very helpful 🙂 |
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
I suggest looking here to learn how to run it. If you want to run the frontend then you will want to navigate to kofta and type
npm i
to install all of the dependencies. Then you will need to typenpm start
to run it.