Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 756 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 756 Bytes

Full-Day Build Frontend

The Goal of Today is to give you a day to build a Full-Stack Portfolio website using Express and React. Follow the Lab to build and deploy your backend Express app and your Frontend React app then customize both to your liking!

Take advantage of the day to ask questions of the instructional team throughout the day.

Express and React Lab

During this lab, we will be creating a full-stack portfolio page using Express and React to see how you can create a full-stack project using a simple API build with express and a frontend application with React.

Getting Started

We will generate a react project within the frontend directory npx create-react-app ./

Continue to follow the instructions within the notion...