blob: 0be27db8cbf996bde627d2ad5849c3feb0349dca (
plain)
1
2
3
4
5
6
7
8
|
# Starter Project
Install Node.js, then, from the project directory, run
* `npm install`
* `npm start`
* goto `http://localhost:1050`
Note: `npm start` compiles and runs the application in debug mode, meaning that when you edit and save the source files, it will re-compile and reload the browser window automatically.
|