Pre-configured solution for building a single-page-application with ASP.NET Core and React.
- Optimised Webpack configuration
- Lazy loading and code splitting
- PWA and offline support
- SEO
- Hot reloading
- Azure pipelines
Run the following commands to start the webpack-dev-server:
cd ./src/Boilerplate.Web/
npm install
npm run startRun the following commands to build the app with webpack:
cd ./src/Boilerplate.Web/
npm run buildBuild artifact can be found in the wwwroot folder.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please reference the contributing docs for more information.
