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

https://github.com/frontainer/frontpack-example-angular


https://github.com/frontainer/frontpack-example-angular

angular aot frontend frontpack sass scss template typescript webpack

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

### 準備

```
npm i
```

### 開発サーバー起動

```
npm start
```

### 開発用コード出力

```
npm run build
```

### ユニットテスト実行

```
npm test
```

### e2eテスト実行

```
npm run e2e
```

### Production用サーバー起動

```
npm run serve:prod
```

### Production用コード出力

```
npm run production
```