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:
βοΈ
Configuration
Running
run the following commands for download the repository and install:
# Clone this repository
$ git clone [email protected]: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