A simple landing page explaining and showcasing the purpose of our projects. Developed using Bulma, a Flexbox CSS framework.
The npm dependencies included in package.json are:
bulmanode-sassto compile your own Sass filepostcss-cliandautoprefixerto add support for older browsersbabel-cli,babel-preset-envandbabel-preset-es2015-iefor compiling ES6 JavaScript files
Apart from package.json, the following files are included:
.babelrcconfiguration file for Babel.gitignorecommon Git ignored filesindex.htmlthis HTML5 file_sass/main.scssa basic SCSS file that imports Bulma and explains how to customize your styles, and compiles tocss/main.css_javascript/main.jsan ES6 JavaScript that compiles tolib/main.js
Run the watchers:
npm install
npm startDeploy to github pages:
npm run deploy-ghInitial templated based on bulma-start.