Employee-Registration Download the code Open in VS Code or any other IDE that you like Open three terminals Terminal 1: -- cd API -- npm install Terminal 2: -- cd client -- npm install -- npm start Terminal 3: -- cd UI -- npm install -- npm start