/gary-example

Primary LanguageTypeScript

Gary Example

npm install

# to start
npm run start

# to watch
npm run watch

# to just build
npm run build

If you don't want to use the HTML wrapper, just remove it and find index.html in package.json and replace it with index.jsx.