This is a simple personal website with Next.js framework, React library and Bootstrap
run the following commands for download the repository and install:
# Clone this repository
$ git clone git@github.com:smasoudhosseini/Next.js-simple-personal-website.git
# Go into the repository folder
$ cd Next.js-simple-personal-website
# Install and Running
$ npm install
$ npm run dev
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production to the out
folder:
# Make .next folder
$ npm run build
# Make out folder for production
$ npm run export
-Template based on Start Bootstrap - Resume