Skip to content

wix-incubator/hello-react-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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