maxidr / browser-template-app

A template to use as a base to build an browser application (SPA)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client-side app/component template

A basic project to build a browser application or component.

Commands

Startup:

npm install

Start dev server (with live reload):

npm run start

Prepare dist for production:

npm run prod

Run tests:

npm test

Run code lint:

npm run lint

About

A template to use as a base to build an browser application (SPA)


Languages

Language:HTML 82.0%Language:JavaScript 13.7%Language:CSS 4.3%