syrusakbary.com

My personal webpage

Stars
6

SyrusAkbary.com official website

This website is powered by:

Installation

Just run npm i in the root of the repo.

Development

Once you have installed the required npm packages you can start the development website:

npm run dev

This command will build the environment, start the server and watch the changes for compile the resources automatically and, if you have livereload running, autoreload the browser.

Go to localhost:3000, and voilá!

Server

You can start the express server using:

npm run build