cd client
thennpm install
to install all depscd client
thennpm run start
to run the app in port localhost:3000cd client
thennpm run watch:css
to watch the css
- If above doesn't work, try using
yarn
composer update
to install all deps
- Run the server at your preference, in my case, I'm using xampp. New endpoint which is
asalt.test
and sensitive information are stored inPostgresSQL
. Speaking ofsql
, you can use any sql database you have in mind.
git checkout -b feature/name
git checkout main
git pull
git checkout feature/name
git add .
git commmit -m "commit"
git push
- Resolve all conflicts