11 lines
No EOL
248 B
Markdown
11 lines
No EOL
248 B
Markdown
|
|
Make sure you have `nodemon` and `node-sass` installed
|
|
`$ npm install -g nodemon node-sass`
|
|
|
|
|
|
Run both of the following at the same time, in two terminals
|
|
|
|
```
|
|
$ nodemon server.js
|
|
$ node-sass -w sass/application.scss public/css/application.css
|
|
``` |