This is the source code for my tutorial video on how to signup, login and logout users in Framework7 using Firebase.
My blog: http://www.timo-ernst.net
My twitter: http://www.twitter.com/timo_ernst
npm start
- run development servernpm run build-prod
- build web app for productionnpm run build-dev
- build web app using development mode (faster build without minification and optimization)
There is a webpack bundler setup. It compiles and bundles all "front-end" resources. You should work only with files located in /src
folder. Webpack config located in build/webpack.config.js
.
Webpack has specific way of handling static assets (CSS files, images, audios). You can learn more about correct way of doing things on official webpack documentation.