Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.22 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.22 KB

An application Bootstrap

OBS! This is legacy! Here be current stuff. Started to modularize this shit a while ago...

An application broilerplate I use and vampirize to start new projects. Maintaining it seems to be a full-time job. Thanks, Obama!

Different branches hold different stuff. Master holds "current" stuff (obsoleted yesterday).

My goal is to keep some "copy-paste and cry a bit" level updatability when stuff evolves. I now have like 5+ projects that "share" this stuff.

Pull requests are accepted. If you vampirize this, vampirize something back please! :D

Use as you wish, but still read the license from LICENSE.

Requirements

  • A relatively new Node.js. I'm running 5.x nowadays. Nobody really knows.

Stack

  • Webpack
  • Babel
  • React
  • Redux
  • React-Redux-Router
  • PostCSS
  • CSS modules
  • JSS and Pacomo optional stuffsters.
  • Lots of stuff that was invented or obsoleted yesterday.
  • Testing, universality and some other stuff are still in progress.

Instructions

  • install node.js
  • npm -v
  • npm install -g nodemon
  • npm install
  • npm run start
  • open browser and go to http://localhost:8888
  • kood kood!