This is Arief Novianto's resume. This template from Orbit repository. Adding Webpack.js, Sass, and Browsersync for fun development. For personal use, follow this step:
git clone https://github.com/oppytut/mz-resume.git
cd mz-resume
npm install
For development mode:
npm run dev
For build only:
npm run build
Run the browser and access http://localhost:3000
Editing src/sass/mz.scss
file will be automatic compile to public/css/mz.css
file. When all files in BrowserSyncPlugin files parameter changed, the http://localhost:3000
will be automatic reload.
Add Sass file to src/sass/
directory and edit webpack.config.js
file. Add file path to entry such as:
newSass: ['./src/sass/newSass.scss']
That file will be automatic compile to public/css/newSass.css
file. Next, add newSass.css
to html
file.