Run local

Let's run our project

Go to root of your project in console and install dependencies:

npm i

Recommend: use npm for installing dependencies

After installation run project:

npm run dev

Yeap! Go to localhost:3000 in internet browser to see your project running.

Last updated