/S.V.S

This is a repo for the GOOGLE SOLUTION CHALLENGE

Primary LanguageJavaScript

S.V.S

How to Run?

Step 1: Run Server

  • Run Yarn to install all dependencies. ``` yarn ```
  • Run yarn start to start the server. ``` yarn start ```

Step 2: Run React App

  • Run yarn to install all dependencies ``` yarn ```
  • Run nodemon to start the server. ``` nodemon index.js ```