Skip to content

Ahmed-Diab7/octusbridge-frontend

 
 

Repository files navigation

OctusBridge frontend source code

Installation

First, install NodeJS v16. Use NVM as the best solution to manage NodeJS versions.

Next, install NPM globally. If you're using NVM - you don't need to install NPM.

npm intall npm -g

Then, install dependencies with the command below:

npm ci

Development

To start developing - run the command below:

npm start

It will be start Webpack Dev Server with HMR.

Build production distributive

For build production distributive run the command below:

npm run build

It will build production-ready distributive.

License

AGPL v3

About

OctusBridge frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.4%
  • SCSS 6.0%
  • Other 0.6%