- Notifications
You must be signed in to change notification settings - Fork0
License
shodo-nantes/shoodies
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Application to help shodoers to choose their goodies
Use the package managernpm to install dependencies.
If you need to install node and npm, you can usenvm
- Node.js >= 18.14
- Npm >= 9.5
Run the following command directly from root folder to install dependencies:
npm ci
Note: you don't have to install dependencies for each package, the root package.json will install all dependencies for you
Frontend:
To start the frontend in development mode, run the following command:
npm run dev -w frontend
Eslint is used to lint the code. To run the linter, run the following command:
npm run lint
You can install the eslint extension for your IDE to see linting errors in your code.
Note: Eslint will help you sort your imports automatically. It has been configured only for vscode. If you use another IDE, you will have to configure it yourself.
Prettier is used to format the code. You can install the prettier extension for your IDE to format the code on save.
About
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors7
Uh oh!
There was an error while loading.Please reload this page.