Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 804 Bytes

README.md

File metadata and controls

51 lines (36 loc) · 804 Bytes

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