Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 459 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 459 Bytes

Overview

Starter project for react-templates

Quick start

Setup

  • Have NodeJS installed.
  • Run these lines:
npm install -g grunt-cli
git clone git@github.com:wix/hello-react-templates.git
cd hello-react-templates
npm install
grunt
  • if you need a web server
npm install -g serve
serve

Run

Open http://localhost:3000/src/index.html in browser Explore