Skip to content

Boilerplate for building React apps hosted with ASP.NET Core.

License

Notifications You must be signed in to change notification settings

smiosoft/react-core-boilerplate

React Core Boilerplate

Build Status

Pre-configured solution for building a single-page-application with ASP.NET Core and React.

React Core Boilerplate

Overview

Features

  • Optimised Webpack configuration
  • Lazy loading and code splitting
  • PWA and offline support
  • SEO
  • Hot reloading
  • Azure pipelines

Usage

Prerequisites

Quick Start

Run the following commands to start the webpack-dev-server:

cd ./src/Boilerplate.Web/
npm install
npm run start

Build

Run the following commands to build the app with webpack:

cd ./src/Boilerplate.Web/
npm run build

Build artifact can be found in the wwwroot folder.

Contributing

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.

About

Boilerplate for building React apps hosted with ASP.NET Core.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks