Skip to content

jrgtwo/base-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is a sample app setup for reference

This repo contains a webapp, server, and shared packages

Server is Nodejs

Webapp is React

Turbo Repo is used to manage builds

Simple Monorepo using turbo, things still in flux

> npm i

> turbo dev

Open browser to localhost

Environment Setup -> also in the works

> cd apps/shared/dist/

> touch dev.env

Add in the appropriate settings

PORT="YOUR_PORT"
HOST="YOUR_HOST"

DB_HOST="YOUR_DB_HOST"
DB_PORT="YOUR_DB_PORT"
DB_USER="YOUR_DB_USER"
DB_PASS="YOUR_DB_PASS"
DB_NAME="YOUR_DB_NAME"

...more to come soon :)

About

Node server test bed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published