Skip to content

hopeitpl/HopeIT-frontend

Repository files navigation

HopeIT-frontend

Technologies used

Installation

Development

  1. Install Node.js (NVM recommended).
  • curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
  • nvm install node && nvm use node
  1. Install yarn package manager.
  • curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
  • echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
  1. Install dependencies with yarn.
  • yarn
  1. Run development server.
  • yarn run dev

Production

  1. Install Node.js.
  2. Install yarn & dependencies with yarn.
  3. Build solution.
  • API_URL=<URL_TO_API> yarn run build
  1. Start Node.js server (bin/server.js).
  • yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published