/browser-template-app

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

Primary LanguageHTML

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