This is a simple front end development (HTML, CSS, JS) starter template with support for TypeScript, Babel, Webpack, Jest, GitHub Pages deployment.
- build & serve the app in development mode
npm start
- run optimized build for production
npm build
- deploy the app to your gh-pages branch
npm run deploy