You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,8 @@ The `concurrently` command is used to start more than one command concurrently.
55
55
56
56
`sass` is used to compile scss.
57
57
58
+
`eslint` is installed as a dev dependency. To run it against the api project (as an example) run `npx eslint api`.
59
+
58
60
## Project structure
59
61
60
62
The `website` and `api` folders contain code for the frontend website and the backend api site. Ports are hard-coded at the moment, with website starting at port 3000 and api starting on 3001.
0 commit comments