metamaps--metamaps/README-frontend.md
Connor Turland aaa6875dcb document it
2018-03-03 22:52:41 -05:00

14 lines
No EOL
334 B
Markdown

Make sure you have `nodemon` and `node-sass` installed
`$ npm install -g nodemon node-sass`
Run the following at the same time, in two terminals
```
$ API=http://localhost:3001 nodemon server.js
$ node-sass -w sass/application.scss public/css/application.css
```
Run the metamaps api in another terminal using
`$ rails s -p 3001`