Skip to content

pamepeixinho/becool-pwa

Repository files navigation

becool-pwa

Setup

Download

git clone https://github.com/pamepeixinho/becool-pwa.git

Pre-Requisites

  • NPM 5.6.0
  • Node.js 8.9.4

You can install using nvm and just run nvm use in the projects folder

Running

In develop mode

npm install;
npm run build:dll;
npm start;

Tips & Tricks

Eslint

Auto fixable problems can be solved with

npm run lint:eslint -- . --fix

VSCode extension

Install eslint extension for vscode and get highlights and auto fix in IDE

Releases

No releases published

Packages

No packages published