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 install

Run the development server

yarn dev

Open 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 build

Starting app on production

yarn start

Another node scripts

Analyze bundle app

yarn analyze

Starting unit testing

yarn test

Running HTTP server for HTML

yarn html

Last updated

Was this helpful?