Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 432 Bytes

File metadata and controls

30 lines (22 loc) · 432 Bytes

Interview Preparation

Running Application Locally

1. Clone the repository

git clone https://github.com/cynavi/prep
cd prep

2. Install npm dependencies

npm install

4. Run the dev server

npx nx serve appName

Example:

npx nx serve java

5. Open the app in your browser

Visit http://localhost:4321 in your browser.

Happy coding :)