-
Notifications
You must be signed in to change notification settings - Fork 3
Testing Basics
Karen Coombs edited this page May 31, 2018
·
1 revision
- Make sure you are in the base project directory
- Run the unit tests
$ npm test- Make sure you are in the base project directory
- Start the built-in Node.js web server
$ npm start- Go to web browser to view application at http://localhost:8000