React notes - 02 Let’s run our application
So, we install our app, and now let’s run it. As I mentioned before, I will use Vite for development, so let’s run these commands in our terminal:
// change directory into project that you created,
// in my case this is 'my-app'
cd my-app
// for ins...
devrunner.hashnode.dev1 min read