- Install latest node.js: https://nodejs.org
- Install latest yarn package manager: https://yarnpkg.com/
- Install node modules by running terminal command
yarn install
- Install project dependencies
yarn setup
; - Run the app
yarn start
- For build production files use
yarn build
(build to /build/ folder)
Additional commands:
yarn clean
clean dist folderyarn prettier
run prettieryarn stylelint
run stylelint
Use GitLab Issues section for tracking bugs or write to [email protected].