AspNet_React
- ASP.Net Core 2.0
- SQL Server Express
(localhost\SQLEXPRESS)
- In VS2017, open the solution and VS will download all dependencies
- Change the run target to
AspNet_React
- hit F5 and it's done
- Listening on `localhost:54163
- Clone this git repo
- Open the CMD on frontend folder, and type
npm install
- run React App whit the following command:
npm start
- Will be opened on browser at
localhost:3000