Giter Site home page Giter Site logo

onesila / onesilafrontend Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 2.51 MB

OneSila is an open-source business software based on Django/Graphql/Vue to help retailers, wholesalers and manufacturers handle modern needs in an efficient way.

Home Page: https://www.onesila.com

License: MIT License

HTML 0.04% JavaScript 7.91% Vue 68.48% TypeScript 18.49% CSS 5.08%
business erp graphql vue3

onesilafrontend's Introduction

Getting Started with OneSila Frontend

Welcome to the OneSila Frontend documentation! This guide is designed to help you set up and understand the OneSila Frontend, which works in tandem with the OneSila Headless ERP system.

In addition to basic setup instructions, this guide will provide an overview of the project structure, making it easier for you to navigate and utilize the various components and features of the application. Whether you are looking to contribute to the project or simply want to get it up and running, the following sections will assist you in getting started.

Prerequisites

Before you start, ensure you have the following prerequisites installed on your system:

  • Node.js and npm (Node.js 14.x or later)
  • Git for cloning the repository
  • OneSila Headless Backend (follow the setup instructions in its repository)

Setup

  1. Open a terminal.
  2. Clone the OneSila Frontend repository using Git:
git clone https://github.com/OneSila/OneSilaFrontend.git
  1. Navigate to the cloned directory:
cd OneSilaFrontend
  1. Install the necessary dependencies:
npm install

Running the Application

To run the application locally, you need to start both the frontend and the backend services.

Starting the Backend

  1. Ensure you have set up the OneSila Headless Backend. Refer to its repository for instructions.
  2. Run the backend service:
./manage.py runserver localhost:8080

Starting the Frontend

  1. In a new terminal window, navigate to the OneSila Frontend director
  2. Run the following command to start the frontend service:
VITE_APP_API_GRAPHQL_URL="http://localhost:8080/graphql/" VITE_APP_API_GRAPHQL_WEBSOCKET_URL="ws://localhost:8080/graphql/" npm run dev

onesilafrontend's People

Contributors

brandavidsebastian avatar sdobbelaere avatar

Stargazers

Nikolaus Schlemm avatar  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.