platypush-app/webapp
Fabio Manganiello 7ce417d816 Refactored server.js to serve the app files over Express 2021-02-25 15:37:45 +01:00
..
public First server+client commit 2021-02-25 14:36:45 +01:00
src Refactored server.js to serve the app files over Express 2021-02-25 15:37:45 +01:00
.browserslistrc First server+client commit 2021-02-25 14:36:45 +01:00
.eslintrc.js First server+client commit 2021-02-25 14:36:45 +01:00
.gitignore First server+client commit 2021-02-25 14:36:45 +01:00
README.md First server+client commit 2021-02-25 14:36:45 +01:00
babel.config.js First server+client commit 2021-02-25 14:36:45 +01:00
package-lock.json First server+client commit 2021-02-25 14:36:45 +01:00
package.json First server+client commit 2021-02-25 14:36:45 +01:00

README.md

webapp

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.