chikara-chan / react-isomorphic-boilerplate

🌟 An universal React isomorphic boilerplate for building server-side render web app.

Home Page:https://chikara-chan.github.io/react-isomorphic-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

client/common/constants/ActionTypes.js filename should be started by lowercase "a"

zbutfly opened this issue · comments

"npm run dev" report "actionTypes not found".
And many reference of the constants "actionTypes" is found in source code.
After rename the file "ActionTypes.js" into "actionTypes.js", the project run perfectly.

nodejs: 6.11@ubuntu17.4, 9.7@windows10