Skip to content
This repository has been archived by the owner on Oct 24, 2021. It is now read-only.
windsome edited this page Jan 26, 2016 · 2 revisions

Welcome to the airbnb-starter wiki!

What's This?

This is a (React + Redux + Router + isomorphic + SASS/SCSS + webpack + nodejs + express) starter kit. It saves you life in construct a base runnable suit. I need your help to improve it.

how to use

firt install as:

git clone https://github.com/windsome/airbnb-starter.git
cd airbnb-starter
npm install  (in china, when install scss-node, may face a timeout problem, you can use taobao mirror. see bellow 问题一)
npm run dev

then, you can open browser, and visit http://localhost:3000

Clone this wiki locally