readme pointers
This commit is contained in:
parent
075d3a7c30
commit
fb000fc21d
2 changed files with 2 additions and 1 deletions
1
public/README.md
Normal file
1
public/README.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
This directory contains/serves the browser client files. This directory is transient and is deleted and recreated each time "npm run build" is executed. Utilize ../src and "npm run build" scripts instead.
|
|
@ -1 +1 @@
|
||||||
Customizations and modifications to the client (browser) go here. Then run "npm run build" to integrate into /public (where client files are served from). Note that /public is a flat directory structure.
|
Customizations and modifications to the client (browser) go here. Then run "npm run build" to integrate into ../public (where client files are served from). Note that ../public is a flat directory structure.
|
||||||
|
|
Loading…
Reference in a new issue