Angular - RevatureRideShare/meta-ui GitHub Wiki
A framework for developing powerful and responsive Single-Paged Applications.
How to run RideShare Angular project
- After cloning the ui-core repository, open the RideShare folder with Visual Studio Code and run
npm run install
. This will install all of the dependencies tied to the application. - Once all of the dependencies have been installed,
ng serve
will run the server on a specified port (default: 4200).