sb-admin-react
sb-admin-react copied to clipboard
Starter theme for React JS Dashboard Apps
when run 'npm start' I got below error in browser /src/App.js Module build failed: Error: ENOENT: no such file or directory, open 'D:\new-works\Learn\react\ps-react-astw\src\App.js'
The documentation on integrating redux mentions merging the feature/redux branch as the first step. https://github.com/start-react/sb-admin-react/blob/f1d0c35f4841a31fe4ee5e0e7248e96de97faccf/docs/recipes/how-to-integrate-redux.md Does that branch exist, or are the docs out of date? https://github.com/start-react/sb-admin-react/branches/all
I found this project contain `.flowconfig`. Does it mean all js are written by `flow`? May I ask why `flow`, rather than `typescript`? thanks.
Hey, First of all: thank you for your great project, it has been really helpful to me. I have one specific problem: Sometimes when I cause a syntax error, the...
the build failed on my Ubuntu machine. The file has the following code: import Forms from './Forms'; probably needs to be changed to import Forms from './forms'; In order to...
@gauravprwl14 Hi, how this project can be deployed to gh page like your demo. thank you..
/home/kyle/workspace/sb-admin-react/tools/start.js:76 middleware: [wpMiddleware, ...hotMiddlewares] ^^^ SyntaxError: Unexpected token ... at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:374:25) at loader (/home/kyle/workspace/sb-admin-react/node_modules/babel-register/lib/node.js:144:5) at Object.require.extensions.(anonymous function) [as .js](/home/kyle/workspace/sb-admin-react/node_modules/babel-register/lib/node.js:154:7) at Module.load (module.js:344:32) at Function.Module._load (module.js:301:12) at...
Great port on the sb-admin template! Issue I've just ran into. When trying to use multiple menu types, for example more than one multiLevelDropdown it will change the state on...