- Ruby
- Jekyll
- React
- Webpack
- Node.js
-
Create Project folder
-
Update Ruby at the latest version
-
Run on command line:
a.
gem install jekyll bundler
b.
bundle init
-
Add
gem jekyll
into 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