Skip to content

Getting Started with the Replicad App Example #68

Answered by sgenoud
BarbourSmith asked this question in Q&A
Discussion options

You must be logged in to vote

I do not advice to just clone the multirepo and then run from packages (it needs some magic with the multi repo logic, this is not great).

What I would advice you do to is copy the sample app out of the multi repo and then install and run. So something in that spirit:

git clone [email protected]:sgenoud/replicad.git
cp -r replicad/packages/replicad-app-example .
cd replicad-app-example
npm install
npm start

Note that I have updated the dependencies while I was testing, so pull within the repo before copying the demo app!

Replies: 6 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by sgenoud
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@BarbourSmith
Comment options

@sgenoud
Comment options

@BarbourSmith
Comment options

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