phina.js template project using webpack 4.
git clonethis repository or download project from here- Open terminal and move to the project directory.
npm install
npm start
This will start local-server and browser. The browser will be reloaded by file change.
npm run build
This will create optimized files in dist folder.
Don't forget to change 'name' and 'author' in package.json, because it will be used in dist/index.html