Skip to content

"This project structure is a basic template to start development with React as frontend and .NetCore Web API as backend

Notifications You must be signed in to change notification settings

iflointerviews/InterviewCodeChallenge_React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

InterviewCodeChallenge_React

For designing task use: https://app.diagrams.net/

Pre-Requisites:

  • .Net Core 3.1 installed.
  • Visual Studio or VS Code installed.
  • npm and nvm.

Steps to Create the project (using Visual Studio)

  • Launch Visual Studio as an administrator.
  • Choose "Create a new project"
  • image
  • Search for React template, choose project type "ASP.NET Core with React.js" and click "Next"
  • image
  • Enter the project name as "InterviewCodeChallenge_React" and click "Next"
  • image
  • Choose Framework -> .Net Core 3.1 and click on "Create"
  • image
  • Try building and running the template project.

Run the Project using Visual Studio:

Troubleshooting:

  • Build Failure with "The command "npm install" exited with code 1."
  • image
  • Resolution:
  • Open the .csproj file and update the npm install command to install with force
  • image

Run the project using VS Code.

  • Open the project folder using VSCode.
  • Using terminal in the project directory, enter the command "dotnet build"
  • image
  • Using terminal in the project directory, enter the command "dotnet run"
  • image
  • Navigate to the URL mentioned in the terminal to browse.

About

"This project structure is a basic template to start development with React as frontend and .NetCore Web API as backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •