- node.js (v9 up)
- npm (v6.1.0 up)
For initial setup please run:
npm i
Site config is placed in the file ./src/config.json
Development build:
npm run dist
Production build:
npm run dist:prod
Builded web-site sources will be generated in the folder ./dist
Startion of the development server:
npm start