From the course: Testing in React with Vitest
Unlock the full course today
Join today to access over 24,000 courses taught by industry experts.
Running the app - React.js Tutorial
From the course: Testing in React with Vitest
Running the app
- [Instructor] It's not uncommon to see front end applications break and every time, either due to high traffic or a simple bug in development made its way to production. We've seen this in our daily applications. In our application, we will have a simple layout, a nav bar, a header section, a footer, and a couple of other intricacies we'll add along the code. I remember working in a team where we wrote no tests and every feature had to be manually tested. This becomes a tiring, tedious process that I hope to show you how to automate, adapt, and enjoy using in your team. Working with growing code becomes somewhat a pain when you're unable to predict or know whether the right processes are in place. I hope to help you address this and adapt accordingly to your company's needs. To run our code, all our commands are in the package.json. Our testing command, which we'll add later on, our linting command, running and building command. And to run our app in development mode, we simply run…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.