-
Notifications
You must be signed in to change notification settings - Fork 4
Make it more explicit how to start #18
Copy link
Copy link
Open
Description
Issue and Steps to Reproduce
Right now you have to guess that in order to use that starter kit, you need to clone it.
It would be great to see steps to get started, and also precisions to remove git metadata if you clone this inside an existing project:
You have an existing repo with your application, with that tree structure:
└── /
├── client/
│ └── frontendapp1
└── server/
├── backend1
└── backend2
You want to start a new project inside /client/frontendapp2. You cannot just clone and change origin. You need to remove the git folder.
One solution is to
git clone --depth=1 --branch=master https://github.com/AxaGuilDEv/react-starter.git frontendapp2
rm -rf ./frontendapp2/.gitdepth=1 to avoid copying too much history, then remove the .git folder
The other is to recommend downloading an archive (not great imo)
Cleanup
Also, there is a lot of clutter after clone (all the .MD files). Would be great to have a nice way to get rid of them!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels