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
- Host: GitHub
- URL: https://github.com/devjin0617/simple-paid-vacation-manager
- Owner: devjin0617
- License: mit
- Created: 2016-08-02T14:27:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-10T14:18:14.000Z (almost 10 years ago)
- Last Synced: 2025-02-25T22:31:37.777Z (over 1 year ago)
- Language: JavaScript
- Size: 1.21 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
-
-
-