/TronixWeb

Webapp for Tronix

Primary LanguageJavaScript

Tronix Web App

Deploys

dev branch live at https://tronixweb.herokuapp.com

master build live at https://tronixnitk.in

Dev Setup

# Clone the repo
git clone https://github.com/srinskit/TronixWeb.git
cd TronixWeb

# Install dependencies
npm install

# Start development server
npm run dev

Prod Setup

# Clone the repo
git clone https://github.com/srinskit/TronixWeb.git
cd TronixWeb

# Install dependencies
npm install

# Build
npm run build

# Start delivery server
npm start