alirezadp10 / Driving-Training-Center

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Driving-Training-Center

this project include front-end react application project that's located in ClientApp folder and asp.net core project that's located in Driving Training Center folder.

Client App

for environments using Node, the easiest way to handle this would be to install serve and let it handle the rest:

cd ClientApp

npm install -g serve

serve -s build

The last command shown above will serve your static site on the port 5000. Like many of serve’s internal settings, the port can be adjusted using the -l or --listen flags:

serve -s build -l 4000

Run this command to get a full list of the options available:

serve -h

About


Languages

Language:JavaScript 67.8%Language:C# 29.5%Language:HTML 1.1%Language:TSQL 0.8%Language:CSS 0.7%Language:PLpgSQL 0.1%