2016-04-02 12:39:22 -07:00
|
|
|
# Dev repository for https://Pomax.github.io/bezierinfo
|
|
|
|
|
|
|
|
## Working on the code
|
2015-12-29 17:02:00 -08:00
|
|
|
|
2016-04-02 12:38:13 -07:00
|
|
|
- To run this dev version: `npm start`, then view in the browser on http://localhost:8080
|
|
|
|
- To compile for production: `npm run build`.
|
2016-01-02 10:26:13 -08:00
|
|
|
|
2016-04-02 12:39:22 -07:00
|
|
|
Both operations run continuous linting.
|
|
|
|
|
|
|
|
## Dev location
|
|
|
|
|
2016-04-02 12:38:13 -07:00
|
|
|
- Dev repository: https://github.com/Pomax/BezierInfo-2
|
|
|
|
- Dev preview: https://Pomax.github.io/BezierInfo-2
|
|
|
|
|
2016-04-02 12:39:22 -07:00
|
|
|
## Live site location
|
|
|
|
|
2016-04-02 12:38:13 -07:00
|
|
|
- Live repository: https://github.com/Pomax/BezierInfo
|
|
|
|
- Live site: https://Pomax.github.io/BezierInfo
|
|
|
|
|
2016-04-02 12:39:22 -07:00
|
|
|
## Additional information
|
|
|
|
|
2016-04-02 12:38:13 -07:00
|
|
|
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
|