Update README.md

This commit is contained in:
Rachel Ruderman 2020-07-03 01:26:13 -07:00
parent ef08bdcfce
commit 502365aede
1 changed files with 1 additions and 1 deletions

2
README.md vendored
View File

@ -70,7 +70,7 @@ Example - How to develop the `<Footer/>` React component:
- In `notsupported.html`, change "production.min.js" to "development.js". This will give you unminified React warnings / errors.
- In the terminal, run `npx babel --watch src --out-dir ./public/react --presets react-app/prod`. This will compile your React code in the `src` directory to vanilla JavaScript in the `public/react` directory
- Open `src/Footer/index` and make a change. Note the compiled file also updates.
- To see your change, start the server and navigate to `localhost:3000`. Note: Hot reloading is not currently enabled.
- To see your change, start the server and navigate to `localhost:3000/notsupported`. Note: Hot reloading is not currently enabled.
## Contributing