Bazaar - Multipurpose Ecommerce Template
A professional, mobile friendly, server side rendered ecommerce template. A clean and clear codebase allows you to easily understand its structure and build your ecommerce store.
Requirements
Make sure that you have the last stable Node
and npm
version.
- NodeJS (opens in a new tab)
- Do not delete the
package-lock.json / yarn.lock file
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 webserver 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