- Ruby
- Jekyll
- React
- Webpack
- Node.js
-
Create Project folder
-
Update Ruby at the latest version
-
Run on command line:
a.
gem install jekyll bundlerb.
bundle init -
Add
gem jekyllinto Gemfile -
Run
bundle
- Open Terminal inside Project folder
- Run:
npm run dev==> will run a server on local pc - Run:
npm run deploy==> will publish the website on Github Pages