Git Product home page Git Product logo

inventory-client's Introduction

Система инвентаризации (Frontend)

Внимание! Программа находится в стадии разработки. Запускайте на свой страх и риск!

Warning! The program is under development. Run at your own risk!

Требуемые программы для установки

Для Linux (Debian-based)

curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs

Установка

Для режима разработки

git clone https://github.com/threelephant/inventory-client
cd inventory-client
npm install --dev
npm start

Мокап данных

Для мокапа данныx используется библиотека json-server. Чтобы запустить json-server - введите команду, представленную ниже в корневой директории репозитория:

npm run server

Для развертывания

Для развертывания необходим инструмент для обслуживания SPA-приложений - serve:

git clone https://github.com/threelephant/inventory-client
cd inventory-client
npm install
npm install -g -s serve
npm run -s build
serve -s build

Разверывание с помощью Docker

При скачивании с данного репозитория, можно построить собственный образ:

docker build -t inventory-client .
docker run -d -p <insert-host-port>:5000 inventory-client

Также образ можно получить из docker hub:

docker pull threelephant/inventory-client
docker run -d -p <insert-host-port>:5000 threelephant/inventory-client

Ссылки

inventory-client's People

Contributors

threelephant 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.