Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kjirou/js-boilerplate

A boilerplate for a JavaScript-based Single-Page Application
https://github.com/kjirou/js-boilerplate

Last synced: 12 days ago
JSON representation

A boilerplate for a JavaScript-based Single-Page Application

Awesome Lists containing this project

README

        

# js-boilerplate

A boilerplate for a JavaScript-based Single-Page Application

## Develop the application

```bash
npm run develop
```

## Just build the application

```bash
npm run build
```

if you want to run it:

```bash
npm run serve
```