iansinnott / react-static-boilerplate

A boilerplate for building static sites with Webpack 2, React and React Router
107 stars 16 forks source link

Support Windows Environments #4

Closed iansinnott closed 8 years ago

iansinnott commented 8 years ago

It's come to my attention that this boilerplate doesn't work out of the box on Windows environments. I'd like to support Windows if possible so I'll be looking into what cross-platform npm scripts exist to handle environment discrepencies. This issue will track progress on that front.

In the meantime if you want to run this on Windows see #3.

iansinnott commented 8 years ago

I don't have a windows system to test on, but apparently the cross-env npm module will handle setting windows env vars. Not sure if multiple commands using && will work though.