Live version is available at: https://np111.github.io/P1_page_perso/
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js v10+
- Install dependencies:
npm install
- Run development script (the sources will be compiled to
./dist/
and watched to be recompiled with each change):npm run dev
- Then open
./dist/index.html
in your browser!
You can compile a production version of the site by running:
npm ci
npm run build
The result will be in ./dist/
, you can then host it.
You can compile and deploy a production version of the site to github pages by
running the ./build_and_deploy.sh
script.
- webpack
- HTML Webpack Plugin
- Sass, PostCSS, cssnano
- Normalize.css, Font Awesome, Bootstrap 4 Grid System
This is a school project (for OpenClassrooms).