Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 614 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 614 Bytes

React Lab Placeholder App

This repo helps to quickly create a React application with network and testing tools

Getting Started

The Node.js based environment is required.

Prepare Environment

NVM is a recommended Node.js environment manager. Please follow instructions to install an NVM CL utility. The current repo has an .nvmrc file that defines the target version of Node.js required to run the app.

Install

npm install --legacy-peer-deps

Run

npm start

Check Lint

npm run lint

Test

npm test