start-react / sb-admin-react

Starter theme for React JS Dashboard Apps
http://sb-admin-react.geekydev.com:3009/
Other
836 stars 274 forks source link

How to get started? #1

Closed angularsen closed 9 years ago

angularsen commented 9 years ago

Please excuse my ignorance, I'm quite new to all these fancy web frontend tools. How do I get this up and running?

I've run npm install -g webpack npm install webpack

Webpack did emit some assets, but I got some errors.

PS C:\Repos\sb-admin-react> webpack
Hash: 32a5e077aee61e2a356e
Version: webpack 1.9.7
Time: 5350ms
                                Asset       Size  Chunks             Chunk Names
                          1.bundle.js  602 bytes       1  [emitted]
aab920e04211577da140c01f1f39adff.woff    31.3 kB          [emitted]
 39add9c7a1f4a4518e3df09c8cea5a7d.eot    26.9 kB          [emitted]
 afd3ac5cff6ee0703c801e0834b5ed9e.ttf    60.6 kB          [emitted]
 89889688147bd7575d6327160d64e760.svg     109 kB          [emitted]
 b1cb0838a1edb51f94c17c9de39dee32.svg   81 bytes          [emitted]
 13533c8993698512c3def74976da395b.eot    81.1 kB          [emitted]
 706450d7bba6374ca02fe167d86685cb.ttf     122 kB          [emitted]
 bf3ba4c860f40e56ccab4430d41f8e8c.ttf   81 bytes          [emitted]
 2980083682e94d33a66eef2e7d612519.svg     313 kB          [emitted]
 02599da7adda207f443395d410d4b795.svg   81 bytes          [emitted]
                            bundle.js    1.73 MB       0  [emitted]  main
01f19e162831198264663f9926732c4a.woff    95.4 kB          [emitted]
                          2.bundle.js    44.1 kB       2  [emitted]
                          3.bundle.js    7.36 kB       3  [emitted]
                          4.bundle.js     5.5 kB       4  [emitted]
                          5.bundle.js    29.3 kB       5  [emitted]
                          6.bundle.js    18.7 kB       6  [emitted]
                          7.bundle.js    23.1 kB       7  [emitted]
                          8.bundle.js    19.6 kB       8  [emitted]
                          9.bundle.js    23.3 kB       9  [emitted]
                         10.bundle.js    11.8 kB      10  [emitted]
                         11.bundle.js    15.9 kB      11  [emitted]
                         12.bundle.js    80.1 kB      12  [emitted]
    + 330 hidden modules

ERROR in ./src/index.jsx
Module not found: Error: Cannot resolve module 'metisMenu/dist/metisMenu.min.js' in C:\Repos\sb-admin-react\src
 @ ./src/index.jsx 27:0-42

ERROR in ./src/index.jsx
Module not found: Error: Cannot resolve module 'metisMenu/dist/metisMenu.min.css' in C:\Repos\sb-admin-react\src
 @ ./src/index.jsx 33:0-43

ERROR in ./~/jsx-loader?harmony!./src/components/Dashboard/UIElements/Buttons/index.jsx
Module not found: Error: Cannot resolve module 'bootstrap-social/bootstrap-social.css' in C:\Repos\sb-admin-react\src\co
mponents\Dashboard\UIElements\Buttons
 @ ./~/jsx-loader?harmony!./src/components/Dashboard/UIElements/Buttons/index.jsx 9:0-48

This is a nice looking project, as I'm still learning ReactJs.

Cheers

sanketsahu commented 9 years ago

Hi,

I am sorry but this is still under active development. I will let you know once we have something working.

Thanks for your interest. You may check other starter templates here https://github.com/facebook/react/wiki/Complementary-Tools#full-stack-starter-kits

angularsen commented 9 years ago

Alright, thanks anyway. I'll check back later :-)