react-typescript-mobx-parcel-starter

A basic hello world using react + typescript + mobx + parcel + ts-standard.

Install

  1. git clone git@github.com:timganter/react-typescript-mobx-parcel-starter.git
  2. npm install
  3. npm start
  4. You should see this hello world and counter example

Github pages

This repo is configured to publish to GitHub Pages. Here's how to use it from the command line...

  1. npm run deploy will deploy whatever is in the dist directory to your gh-pages branch. A gh-pages branch will be created the first time for you if one does not exist.
  2. npm run buildAndDeploy will run npm run build first then deploy to your gh-pages branch.
  3. View your Settings for your repository to see your GitHub Pages url. It should be something like https://YOUR_USERNAME.github.io/YOUR-REPOSITORY-NAME/
  4. Here's the gh-pages branch for this repository. Take a look! https://timganter.github.io/react-typescript-mobx-parcel-starter/