Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inventistudio/portfolio

🚀 We are Vue.js & Node.js web development agency based in Wrocław:
https://github.com/inventistudio/portfolio

agency portfolio sass studio vue-js vuejs website

Last synced: 2 days ago
JSON representation

🚀 We are Vue.js & Node.js web development agency based in Wrocław:

Awesome Lists containing this project

README

        


InventiStudio Portfolio




# [InventiStudio](https://inventi.studio) 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!

![https://img.shields.io/travis/InventiStudio/portfolio.svg](https://img.shields.io/travis/InventiStudio/portfolio.svg)

#### Table of Contents
- [Setup](#setup)
- [Development](#development)
- [Production](#production)

## Setup
#### Requirements
- [NodeJS](https://nodejs.org), *>= 8.0.0*
- [Yarn](https://yarnpkg.com/lang/en/), *>= 0.21.3*

## Development
```bash
# Clone repo and install deps
$ git clone [email protected]:InventiStudio/portfolio.git
$ cd portfolio
$ yarn
```

```bash
# Run dev server with hot reload at localhost:8080
yarn dev
```

#### Linters
```bash
# Run Sass linter
yarn lint:sass

# Run JavaScript linter
yarn lint:es

# Run all linters
yarn lint
```

#### Tests
```bash
# Run Unit tests
yarn test:unit

# Run e2e tests
yarn test:e2e
```

## Production
```bash
# 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
```