I want to have a server and client projects in the same repository.
After finishing backend I cloned a boilerplate(client) for the frontend from another repository. It is in the same level as src.
After pushing it to github I can see a white arrow in client folder, and can't open. Following the steps in this link I removed .git from client folder. But when I do
git add client
or
git add .
git commit -m "commit"
it says that
husky > pre-commit (node v10.16.0)
i No staged files found.
On branch features
nothing to commit, working tree clean
What am I doing wrong?