Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Files

Latest commit

 

History

History

react_base

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

REACT base

This is built up from importing specific REACT npm packages (NOT leveraging a create template type of script) to get a handle on some of the underlying mechanics (webpack, jest, etc) in the stack.

First time to download NodeJS Modules npm install

To create a production build in the build directory npm run build

To enable a dev watcher npm run dev

Use ws to run the node JS webserver on porty 8000.