Skip to content

alirezadp10/Driving-Training-Center

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published