- fork and clone this repository
- cd to the project directory
- install packages using
yarn
- start webpack dev server using
yarn start
- build project using
yarn build
. output will be available inbuild/
directory. generally this is the dir you probably want to deploy.