slytton / basic-react-template

A basic template project for react with react-router, redux, and scss.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#React / Redux Starter


######To run the dev server type:

$ npm run dev

Your server can be found at http://localhost:5000. The dev server doesn't actually write any files to the public folder, but they will be served correctly.


######To write file to the public folder use:

$ webpack

######To minify your js and css use:

$ NODE_ENV=production webpack

About

A basic template project for react with react-router, redux, and scss.


Languages

Language:JavaScript 86.1%Language:HTML 12.5%Language:CSS 1.3%