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

Latest commit

 

History

History
11 lines (6 loc) · 430 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 430 Bytes

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.