Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 838 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 838 Bytes

React with SSR + ASP.NET Core example using Razzle

This repository contains code for blog posts part1 and part2

develop

  1. Setup SSL dev cert. see here

  2. Go to ClientApp and create file .env.development.local based on .env

  3. Run

npm i

and then

npm run start

To start both client and server. Server is listening on https://localhost:5001 .