Frontend tech: React, Node.js, HTML/CSS
git clone https://github.com/sy4sylvia/full-stack-web-app.git
cd full-stack
cd client
Please make sure you're inside the client folder before contining to the next step.
Please make sure you have downloaded and installed Node.js and npm(Please refer to official documentation through the official website.)
Please install dependencies according to full-stack-web-app/client/package.json otherwise you might run into problems displaying the website.
Start server with:
npm start
Then you could open http://localhost:3000 to view it in your browser.
Please do not make any pull requests to the ./client/src folder.