/app-ranek

App where user can buy tech-products

Primary LanguageVue

Ranek

Ranek is an app where you can build and sell tech products.

Project setup

To run the app

npm i

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

To run the ranek-api server

Getting started

Open Ranek-Api folder in your Code Editor

Install JSON server

npm install -g json-server

Start JSON server

json-server --watch ranek.json

For more info about how to run a json-server:

https://www.npmjs.com/package/json-server