Skip to content

aleksei-bulgak/aleksei-bulgak.github.io

Repository files navigation

My personal page

Build Status

This application is written in pure js/css/html with the help of:

  • Webpack - bundler/build tool
  • npm - package manager
  • Sass - styles pre processor
  • PostCSS/Autoprefixer - styles post processor
  • eslint/prettier - code formatting/checkstyles

This page is hosted on GithubPages

Usefull commands

  1. To run locally you need to run
npm run dev

and webpack-dev-server will start on port 9000

  1. If you want to build application locally you need to execute:
npm run build

all resulted code will be stored under dist folder

  1. To run linting/checkstyles just run
npm run lint

Releases

No releases published

Packages

No packages published