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

https://github.com/stylelist94/stylish-vanilla-app

Stylish Vanilla JS Single Page Application
https://github.com/stylelist94/stylish-vanilla-app

Last synced: about 1 year ago
JSON representation

Stylish Vanilla JS Single Page Application

Awesome Lists containing this project

README

          

# Stylish Vanilla App

Stylish Vanilla JS Single Page App

## Getting Started

### Install Dependencies

```bash
npm install
```

### Run Server

#### Proudction

```bash
npm run start
```

#### Development

```bash
npm run dev
```