An attempt to build my website using reactjs. It was also the oportunity to use new tools \o/
you need a node.js
$ npm start
Launching a dev friendly environement with livereload (js + )
Lint you code with
$ npm run lint
Launch server using (also build a js bundle production-ready)
$ npm run server
Generate json data from markdown
$ npm run md2json
- Have a seamless dev environnement (react-hot-load & livereload)
- Take advantage of react serverside rendering
- Refactor css to use cssnext