Run local
Let's run our project
Go to root of your project in console and install dependencies:
Recommend: use npm for installing dependencies
After installation run project:
Yeap! Go to localhost:3000 in internet browser to see your project running.
Last updated