Skip to content

gurveervirk/wt_aws_challenge_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Challenge 1

Setup

frontend

cd frontend
npm i

To start: npm start

backend

cd backend
npm i

Start frontend and backend at the same port

cd frontend
npm run build

After this, copy the build subfolder in frontend folder to the backend folder. Now, run (after defining the .env file appropriately in the backend folder):

cd ../backend
node ./index.js

Access the website at localhost:PORT where PORT is defined in .env file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published