Interview assignment based on React + Vite

This is a repository for hosting the source code for the assignment for the application of the Senior Frontend Developer role at SleekFlow of the applicant Kris Stern, to be submitted on July 30th, 2023. The author of this source code can be reached by email at krisstern@outlook.com.

To install dependencies

Run:

npm install

To run in development mode

Run:

npm run dev

In this mode the frontend app will launch at http://localhost:5173/contact/.

To build in production mode

Run:

npm run build