Fork and Clone the Repository
- Fork the repository to your GitHub account.
- Clone the repository using:
git clone https://github.com/DivyaPremanantha/devportal-developer-webapp.git
Install Dependencies
- Navigate to the project directory and execute:
npm install
Start the Project
- To start the project and view the default development portal, execute:
npm run start
- The default application will be launch at http://localhost:3000
Project Structure
- The
srcfolder contains the page layout and content.- The
/src/viewsfolder includes the HTML layouts of the pages. - Page
/src/contentfolder holds the content for the pages.
- The
- Public folder contains the
imagesand thestylesheet. - The
mockdirecrory includes the mock API information. - The
main.hbsfile provides the base layout of the project. - Other pages inherit this layout.
- The header and footer are injected as partials into the layout.
Mock APIs
- Mock APIs are displayed to define the structure.
- In a production scenario, these will be replaced by actual publised APIs.