This project contains some example when building a React App using Webpack and Typescript.
⚠ Warning: This repository is frozen in time, and getting no new (security) updates. It is left public, should it help and offer some guidance around its subjects to future visitors. However, for latest guidance on involved subjects, we recommend going to the official sources.
In order to install all dependencies and package that are needed to run the provided React Application.
This can only be done when all dependencies are already installer and will start the application in your webbrowser.
This will bundle your application using Webpack
This command will start a process that will allow you to run tests within the project.
This will bundle the application using the Webpack -p
flag. The examples however are not (yet) particularly optimized for Production builds.