Skip to content

SachiniSiriwardene/devportal-developer-webapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devportal Developer App

Steps to Set Up the Project

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 and Layout

Project Structure

  • The src folder contains the page layout and content.
    • The /src/views folder includes the HTML layouts of the pages.
    • Page /src/content folder holds the content for the pages.
  • Public folder contains the images and the stylesheet.
  • The mock direcrory includes the mock API information.
  • The main.hbs file 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 52.0%
  • Handlebars 46.2%
  • Shell 1.8%