readme pointers

This commit is contained in:
billchurch 2018-02-09 09:20:54 -05:00
parent 075d3a7c30
commit fb000fc21d
2 changed files with 2 additions and 1 deletions

1
public/README.md Normal file
View 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.

View file

@ -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.