Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 925 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 925 Bytes

lumographe.fr [Work in progress]

An attempt to build my website using reactjs. It was also the oportunity to use new tools \o/

Requirements

you need a node.js

Available commands

$ 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

todo

  • Have a seamless dev environnement (react-hot-load & livereload)
  • Take advantage of react serverside rendering
  • Refactor css to use cssnext