Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 315 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 315 Bytes

Overview

Sample project for react-templates with typescript

Quick start

Setup

  • Have NodeJS installed.
  • Run these lines:
git clone [email protected]:wix/react-templates-ts.git
cd react-templates-ts
npm install or yarn
npm start