PREREQUISITES | Node, Yarn, Express, Create-react-app
Steps to setup and run the code
- Download/Clone the code to a suitable location.
- Once done, go to Root Folder(snowTest) of the code and run 'npm install'
- Once done go to the Client Folder inside it using command 'cd client' & inside client folder run the command 'yarn install'
- Once Step 3 is done, come back to Root Folder(snowTest) & run 'yarn dev'.
- This will start & Launch the application
NOTE | Please ensure no process is running on port 3000 & 5000