# Blake-JS-test **Repository Path**: mirrors_stevemao/Blake-JS-test ## Basic Information - **Project Name**: Blake-JS-test - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Build status [![Build Status](https://travis-ci.org/stevemao/Blake-JS-test.svg?branch=master)](https://travis-ci.org/stevemao/Blake-JS-test) ## Start You must have the lastest version of Node.js installed and run the following command in your terminal. ``` npm install npm start ``` This will start a webpack-dev-server. Follow the instruction in the console or just open `http://localhost:8000/` manually. *Note:* In order to see/change the url, please open in inline mode. The app is using `react-router` so the url is important. ## Unit test ``` npm test ```