Quick Start

Bonik - Multipurpose Ecommerce Template

Requirements

Make sure that you have the last stable Node and npm version.

Install

Navigate to the project root folder using terminal and install the dependencies.

npm install

Or

yarn install

Run development server

After the installation is complete, you can launch your app by running.

npm run dev

or

yarn dev

This starts a local web server at http://localhost:3000 and auto detect file changes:

yarn run v1.22.18
$ next dev
ready - started server on 0.0.0.0:3000, url: http://localhost:3000

Build

npm run build

or

yarn build