Installations
Install Qasir Boilerplate, the lifecycle of developing the front-end app Qasir team.
Download code and change name directory root 
yarn create next-app project-name --example 
"https://github.com/qasir-id/qiblat/tree/master"Install package modules app 
yarn installRun the development server 
yarn devOpen http://localhost:3000 with your browser to see the result. You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.
Build production app 
yarn buildStarting app on production
yarn startAnother node scripts
Analyze bundle app
yarn analyzeStarting unit testing
yarn testRunning HTTP server for HTML
yarn htmlLast updated
Was this helpful?
