# Extract .ZIP file or Clone the repo
$ git clone https://github.com/RokvicSasa/Mint-Template-Public-.git
# Go to your project folder from your terminal
$ cd mint-portfolio-react-template
# install app's dependencies
$ npm install or $ yarn install
# Start local server
$ npm start
# It will open template in your browser(http://localhost:3000)
# Edite template in your favorite code editor
# After editing is finished,build required files for server
$npm run build