1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-29 11:10:38 +02:00

Update README.md

This commit is contained in:
Mike Kamermans
2016-04-02 12:38:13 -07:00
parent 1eec0672c0
commit 32ab17d46a

View File

@@ -1,8 +1,15 @@
Dev instance of the rewrite for https://Pomax.github.io/bezierinfo Dev repository for https://Pomax.github.io/bezierinfo
- Run dev version: `npm start`, view in the browser on http://localhost:8080 - To run this dev version: `npm start`, then view in the browser on http://localhost:8080
- Compile for production: `npm run build`. - To compile for production: `npm run build`.
- Repository during development: https://github.com/Pomax/BezierInfo-2
- Live version during development: https://Pomax.github.io/BezierInfo-2
Blog entry on how Webpack's sync processing and MathJAx's async processing work together anyway: http://pomax.github.io/1451617530567/react-with-latex-without-needing-client-side-mathjax - Dev repository: https://github.com/Pomax/BezierInfo-2
- Dev preview: https://Pomax.github.io/BezierInfo-2
- Live repository: https://github.com/Pomax/BezierInfo
- Live site: https://Pomax.github.io/BezierInfo
Blog entry on how Webpack's sync processing and MathJAx's async processing were
made to work together:
http://pomax.github.io/1451617530567/react-with-latex-without-needing-client-side-mathjax