We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca8734 commit 0357cf0Copy full SHA for 0357cf0
readme.md
@@ -1,5 +1,5 @@
1
2
- npm install to install the dependencies
3
- open two tabs in terminal
4
-- In one tab run npm start
5
-- In the other tab run npm run react-dev
+- In one tab run `npm start` (this runs live-server)
+- In the other tab run `npm run react-dev` (transpiles your React code and creates an output bundle)
0 commit comments