-
Notifications
You must be signed in to change notification settings - Fork 0
Getting started
Nando Pena edited this page Feb 7, 2025
·
2 revisions
Start by cloning this repo locally, then install all dependencies using npm install. You will now be able to run commands like:
-
npx nx build {app}to build the React application -
npx nx serve {app}to serve the React app -
npx nx graphto visualize the structure
You will be using the serve command during development. It provides realtime updates to the app when you save a file. You'll first want to run the inventory app so you can load some test data.
npx nx serve inventory- Navigate to http://localhost:4200/ in your browser
- Click the top right button "Import inventory"
- Click "Choose file" then select the file located at
./exports/products.json - Click "Import"
There should now be some product data loaded.
Each task will specify if you will be making an update to the Inventory app or the Microtech Store app. Be sure to run the appropriate app for the given task:
> npx nx serve inventory
or
> npx nx serve microtech-store
You are now ready to begin your developer challenge. Click on the link below to go to the challenge for the role you're applying for: