Skip to content

w3cj/server-side-requests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server Side Requests

Install dependencies

yarn
#or
npm install

Add Your API Key

cp .env.sample .env
  • Get a maps API key from google and update the .env file.

Start the servers

npm start # will start the express and http server and open the client