-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kristoffer edited this page Nov 18, 2018
·
1 revision
To start the server:
- open command prompt
- cd C:\react\react-complete-guide
- npm start
npm start will then start up the webserver for react on port 3000 http://127.0.0.1:3000/
These notes are for my own use, not others.