aboutsummaryrefslogtreecommitdiff
path: root/front-end/README.md
blob: c7ffe8bb2ca53d808e577e3d1981a16ba21866dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Simple Bookmark/front-end

## Getting Started

Basic repo setup and git information can be found in the [README.md](../README.md)

### Project setup, install NPM dependencies

```shell
npm install
```

### Compiles and hot-reloads for development

```shell
npm run dev
```

### Build for production

```shell
npm run build
```

Finally, copy the output (dist) directory into the root of your webserver