Giter Club home page Giter Club logo

yeahketo's Introduction

YeahKeto-ReactJS-App-v2 Frontend

Setup

You need the following dependencies:

  1. Node.js version 8 or higher
  2. Redis server version 3 or higher
  3. Yarn

Installation:

  1. Download the code.
  2. Install the Node packages (run this in a console):
    yarn install
  3. Copy the environment configuration:
    cp example.env .env
  4. Setup the configuration in the .env file (usually the default configuration is fine).

Start

Starting the application in the development mode:

  1. Start a Redis server (e.g. by running redis-server in a console).
  2. yarn dev

Starting the application in the production mode:

  1. yarn build (you need to do it only once after each code update).
  2. Start a Redis server (e.g. by running redis-server in a console).
  3. yarn start

When the application is started, open http://localhost:3001 or http://localhost:3001/promo in a browser.

Docs

Architecture documentation: https://docs.google.com/document/d/1jr9OcKldhq58CRmS8Wz396kFjGgcic7rZa5R3hoaaGA

Low-level documentation:

  • open /out/index.html in browser to access JSDoc documentation for the frontend app.
  • yarn generate-docs command to re-generate docs in your local machine. /out folder contains the html and css files are generated. These files use the comments written in the sourcecode and present all of them in one presentable place.
  • Please see http://usejsdoc.org/, for all the available tags we can use while writing JSdocs.

yeahketo's People

Contributors

goldinitp avatar vikasneha avatar sahilaug avatar alonavns avatar alexstarlight avatar code-mentor7 avatar nishchit14 avatar chetankumar01 avatar yusufar avatar finesse avatar mayurkothule avatar vladimir-maklyakov avatar oleksandr-pro avatar kbgar24 avatar optimalpandemic avatar olegmdev avatar nadtoka avatar

Watchers

James Cloos 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.