https://github.com/ideacrew/enroll-fe
The front end for IdeaCrew's State-Based Marketplace solution.
https://github.com/ideacrew/enroll-fe
angular nx
Last synced: 3 months ago
JSON representation
The front end for IdeaCrew's State-Based Marketplace solution.
- Host: GitHub
- URL: https://github.com/ideacrew/enroll-fe
- Owner: ideacrew
- Created: 2021-05-07T14:12:07.000Z (almost 5 years ago)
- Default Branch: trunk
- Last Pushed: 2025-09-26T15:27:42.000Z (7 months ago)
- Last Synced: 2025-09-26T17:36:04.884Z (7 months ago)
- Topics: angular, nx
- Language: TypeScript
- Homepage:
- Size: 9.86 MB
- Stars: 2
- Watchers: 15
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Enroll
This project was generated using [Nx](https://nx.dev).
## Quick Start & Documentation
## Development server
### Console (Carrier Portal)
Run `nx serve console` for a dev server. Navigate to `http://localhost:4205/`. Carrier Portal requires the console local server app to be running alongside it.
To run the console app, open a new terminal and run `npm start` from the root directory. The console app must be installed adjacent to the enroll app in the file system. If the console app is not installed, [clone it from github](https://github.com/ideacrew/console) into the console directory and follow the directions in the README.md file to install it.
### Enroll
Run `nx serve enroll` for a dev server. Navigate to `http://localhost:4200/`.
**NOTE**: For all nx apps, the app will automatically reload if you change any of the source files.