Starter project for react-templates
- 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
Open http://localhost:3000/src/index.html in browser Explore