Demo can be seen in here - https://saabbir.github.io/
Clone this repo:
git clone https://github.com/Saabbir/saabbir.github.io.git
The project is based on Node.js. To install the necessary packages, run the following command from the root of the project:
npm install
- Run
npm run dev
from root folder to serve with hot reload at localhost:3000
npm run dev
# build for production
$ npm run build
# generate static project
$ npm run generate
# preview generated static site
$ npm run start
# deploy to github pages at `gh-pages` branch from command line
$ npm run deploy
-
For detailed explanation on how things work, check out Nuxt.js docs.