Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.13 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.13 KB

simple personal website with Next.js framework

This is a simple personal website with Next.js framework, React library and Bootstrap

demo of this personal page:

smasoudhosseini.ir

⚙️ Configuration

Running

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

Builds the app for production to the out folder:

# Make .next folder
$ npm run build

# Make out folder for production
$ npm run export

Acknowledgements :

-Template based on Start Bootstrap - Resume