Giter Site home page Giter Site logo

fav-dash's Introduction

@fav-dash

Main Technologies Used

  • Nx: A set of extensible dev tools for monorepos, used for efficient development workflows.
  • React: JavaScript library for building user interfaces.
  • TypeScript: Typed superset of JavaScript providing static typing capabilities.
  • Storybook: Tool for developing UI components in isolation for React, Vue, and Angular.

Running the Project

Prerequisites

Make sure you have Node.js v18 or above and Yarn installed.

Steps to Run the Project (Order Matters)

Follow these steps in order to successfully run the application:

  1. Install Dependencies:

    yarn install
  2. Build Components:

    yarn components:build

    Build the components for the application.

  3. Build the Application:

    yarn app:build

    Build the application for production.

  4. Start Backend API (use other terminal window):

    yarn api:dev

Start the backend API.

  1. Run the Application in Production Mode:

    yarn app:start

    Run the application in production mode. Access it at http://localhost:4200.

Additional Commands

These commands can be used separately or as needed:

  • Run Application in Development Mode:

    yarn app:dev

    Start the application in development mode using Nx. Access it at http://localhost:4200.

  • Run Tests:

    yarn app:test

    Run tests for the application.

  • Linting:

    yarn app:lint

    Lint the application code.

  • Start Storybook:

    yarn storybook:start

    Start Storybook to develop UI components in isolation. Access it at http://localhost:4400.

  • Test Storybook:

    yarn storybook:test

    Test Storybook components. Attention: must start Storybook first with the command above.

  • Build Storybook:

    yarn storybook:build

    Build the Storybook for production.



Print Backlog There is a backlog of planned tasks that were not able to complete to this date.

Link here: https://github.com/users/ascpenteado/projects/1

fav-dash's People

Contributors

ascpenteado avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.