wix-incubator / hello-react-templates

Starter project for react-templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Starter project for react-templates

License:MIT License


Languages

Language:JavaScript 82.5%Language:HTML 17.5%