A basic hello world using react + typescript + mobx + parcel + ts-standard.
git clone git@github.com:timganter/react-typescript-mobx-parcel-starter.git
npm install
npm start
- You should see this hello world and counter example
This repo is configured to publish to GitHub Pages. Here's how to use it from the command line...
npm run deploy
will deploy whatever is in thedist
directory to yourgh-pages
branch. Agh-pages
branch will be created the first time for you if one does not exist.npm run buildAndDeploy
will runnpm run build
first then deploy to yourgh-pages
branch.- 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/
- Here's the gh-pages branch for this repository. Take a look! https://timganter.github.io/react-typescript-mobx-parcel-starter/