Skip to content

Commit fff3bb7

Browse files
author
helicalbytes
committed
Added note in readme about eslint
1 parent cbd4f8a commit fff3bb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ The `concurrently` command is used to start more than one command concurrently.
5555
5656
`sass` is used to compile scss.
5757
58+
`eslint` is installed as a dev dependency. To run it against the api project (as an example) run `npx eslint api`.
59+
5860
## Project structure
5961
6062
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

Comments
 (0)