Skip to content

Bridgeconn/usfm-grammar-online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 

Repository files navigation

usfm-grammar-online

This is a web service made using React JS to provide a user interface for USFM-Grammar

Demo URL

Prerequisites

Preferably installed via nvm

Get the code

Clone the git repository or download the zip and extract it

git clone https://github.com/Bridgeconn/usfm-grammar-online.git

Local Deployment Steps

  1. Open a terminal and go to the web-app-V3 folder cd web-app-v3

  2. Install the dependencies

    npm install

  3. Start the server

    npm run dev

  4. Go to http://localhost:5173

Production Deployment Steps

The production build folder can be created using the following command

npm run build

You can use a hosted solution like Netlify / Vercel or deploy it using a web server like NginX on your own server.

Steps to deploy a react application with NginX - Link