Introduction to Single-Page Applications
Install the following tools on your machine.
1 - Node.js (https://nodejs.org/en/download)
2 - VS Code (https://code.visualstudio.com/download)
Download this repo and install the packages
1 - git clone https://github.com/emerge-tech-workshop/23-react.git
2 - cd .\emerge-tech-workshop-23-react\exercise\
3 - npm install
4 - npm start (check if the app is running smoothly without any errors)
