Closed coreyar closed 6 years ago
Just out of curiosity, what is the difference between static and public? For my own edification. I like this addition.
static
public
I created src/static for static assets like images that we are referencing in JS. public is the directory the app will be served out.
src/static
I think this looks good to me. A good starting place, for sure. :+1:
Just out of curiosity, what is the difference between
static
andpublic
? For my own edification. I like this addition.