pheuter / essential-react

A minimal skeleton for building testable React apps using Babel
MIT License
2.03k stars 131 forks source link

Can't find where the <head> elements come from #47

Open webrune-tim opened 8 years ago

webrune-tim commented 8 years ago

Where is the DOCTYPE and header content generated from?

wuyanan commented 8 years ago

The index.html in build folder. npm run server or npm run build will just generate app.js and style.css.

Hemraj0007 commented 3 years ago

app.js and style.css.