Web version of doconfig (create config in seconds). Web design check this link https://github.com/idmore/doconfig-design
- VueJS : frontend framework
- Firebase Firestorm : database
- Netlify : cloud storage and host
yarn start
Run nodemon.
yarn build:watch
Run webpack watch.
yarn build:prod
Build static site for production. Html, js and assets will be located in dist
directory.