New look and behaviour for my new website acapredic.com
Install node.js.
npm install
You are done.
Please not that you need to have webpack and webpack cli globally for ease of use.
Use npm run dev
or npm run watch
for on–the–fly updates of your code
This will create a dist
directory for project. This directory represents distribution package.
Plese keep in mind that dist
directory is rebuilt with each npm dev
, npm watch
or npm prod
command.
dist/ [generated via webpack]
src/
├── assets/ [images, js, scss]
├───data.js [acting as DB]
└── index.html
.editorconfig
.eslintrc
.gitignore
.stylelintrc
mix-manifest.json
package.json
README.md
webpack.config.js