Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.33 KB

File metadata and controls

52 lines (33 loc) · 1.33 KB

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.