npm install -g yarn
cp .env.default .env
# Install
yarn
# Start dev on port 8082 (default)
yarn start
# Tests
yarn test
# Build prod
yarn build
# Start prod on port 1337
yarn serve
- You can fake a GPS location with Chrome Devtools
# Install java
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java9-installer
# Install graphviz
sudo apt-get install graphviz
- https://survivejs.com/webpack/preface/
- https://www.typescriptlang.org/docs/handbook/react-&-webpack.html
- https://codeburst.io/webpack-typescript-react-part-1-dc154e250f23
- https://medium.com/@justin.pathrose/configure-react-project-using-typescript-and-webpack-f69faee3e915
- https://github.com/antonfisher/react-express-webpack
- http://browserl.ist
- https://github.com/rokoroku/react-mobx-typescript-boilerplate
- https://github.com/gothinkster/react-mobx-realworld-example-app
awesome-typescript-loader
Github issuefavicons-webpack-plugin
Github issuegoogle-fonts-webpack-plugin
Github issueHave to useawesome-typescript-loader
for webpack aliases: https://stackoverflow.com/a/40444084
- PurifyCSS plugin is purifying too much with Blueprint (Github issues)
- Can't make the
react-hot-loader
working properly (Doc). - Tree shaking with Blueprint will be in v3 (Github issue)
- Can't make code splitting work with lazy loading :(
- Map with the locations.
- Slideshow for scheduled movie.
- Fix Tests.
- Fix HMR.
- Write tests.