nbktechworld / full-stack-web-dev

6 stars 13 forks source link

Move src/index.html to React component #78

Open nbkhope opened 2 weeks ago

nbkhope commented 2 weeks ago

Create the index page component : web-client/pages/index.js

Use that for the routes.js file, under route object with index: true. (i.e. specify element: <TheIndexComponentName />

Then figure out how to move everything from src/index.html there.

Remember:

class becomes className

for becomes htmlFor

CSS link becomes import '/path/to/file.css'