Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/altmshfkgudtjr/nb_portfolio_2020

NB's Portfolio Website with Vue.JS
https://github.com/altmshfkgudtjr/nb_portfolio_2020

Last synced: about 1 month ago
JSON representation

NB's Portfolio Website with Vue.JS

Awesome Lists containing this project

README

        

# NB

> NB's Portpolio Web Site

![img](./img.png)

## About

My Portfolio Web site remodeling using Vue.js and Node.js.

## Stack

#### Front-end

- Vue.js
- CSS Module + SCSS

#### Server

- Node.js
- ClearDB(MySQL)
- Heroku Web Hosting

## Build Setup

#### Client-Side

``` bash
# Go Client
cd client

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
```

#### Server-Side

```bash
# Go Server
cd server

# install dependencies
npm install

# serve with hot reload at localhost:80
npm start
```

#### Questions

Feel free to submit new issue when you have questions or find some bugs.