- Be installed in system "nodejs" and "npm".
npm install
npm run build
It generates the folder "build" which includes the static CSS (build/assets/css) and JS (build/assets/js) files that are used in website. The rest of files are including in "build" folder are only for testing purposes (at least for the moment).
npm run start