# look-webapp **Repository Path**: S_B/look-webapp ## Basic Information - **Project Name**: look-webapp - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-10-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Look ## Build Setup ``` bash # install dependencies npm install # serve Mock API at http://localhost:3000 npm run mockServer # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build ``` ## Mock API Look has a Mock API that runs using [json-server](https://github.com/typicode/json-server). The mock API allows us to prototype the front end interface without implementing a finished API. The mock API pulls data from `db.json`. The mock API runs on it's own server at `http://localhost:3000` ## Vue Loader For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).