Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 507 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 507 Bytes

Blueprint React Workshop

Getting Started in React!

This is the starter template code for our React + Vite application (Vite is just a quick build tool we're using so you can think of it just as a React App for now if you're not familiar with it). Feel free to follow along and view the branches for the different states of the project

To run the code locally:

  1. Install dependencies
npm install
  1. Run it!
npm run dev

Starter Template!

Here is the starter template for the workshop