InventiStudio Portfolio
InventiStudio is a web development agency based in Wrocław, Poland. We excel at building modern web applications, providing Vue.js front‑end, Node.js back‑end and UI/UX design services for enterprises, companies and startups. Get in touch with us!
# Clone repo and install deps
$ git clone git@github.com:InventiStudio/portfolio.git
$ cd portfolio
$ yarn
# Run dev server with hot reload at localhost:8080
yarn dev
# Run Sass linter
yarn lint:sass
# Run JavaScript linter
yarn lint:es
# Run all linters
yarn lint
# Run Unit tests
yarn test:unit
# Run e2e tests
yarn test:e2e
# Build for production with minification
yarn build
# Build for production and view the bundle analyzer report
yarn build --report
# Run production server at localhost:8080
yarn start