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

https://github.com/devjin0617/simple-paid-vacation-manager

this is simple manager of paid vacation
https://github.com/devjin0617/simple-paid-vacation-manager

Last synced: 6 days ago
JSON representation

this is simple manager of paid vacation

Awesome Lists containing this project

README

          

# simple-paid-vacation-manager
this is simple manager of paid vacation

# first isntall

update to npm v3.x

```
terminal$ sudo npm update npm -g
```

global package install to `babel`, `webpack` and `webpack-dev-server`

```shell
$ npm install -g babel webpack webpack-dev-server
```

npm dependencies install of package in project directory

```shell
path/to/simple-paid-vacation-manager$ npm install
```

# how to start

1. start to webpack server

```
path/to/simple-paid-vacation-manager$ npm start
```

2. connect to 127.0.0.1:7777 in web browser

```
http://127.0.0.1:7777
```

# reference
-
-
-