https://github.com/f-lombardo/faq400-21nov
Web application using Ketch.UP library from Sme.UP
https://github.com/f-lombardo/faq400-21nov
Last synced: 2 months ago
JSON representation
Web application using Ketch.UP library from Sme.UP
- Host: GitHub
- URL: https://github.com/f-lombardo/faq400-21nov
- Owner: f-lombardo
- Created: 2019-11-20T08:46:22.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2022-02-10T20:14:35.000Z (over 3 years ago)
- Last Synced: 2023-03-11T02:52:46.855Z (about 2 years ago)
- Language: TypeScript
- Size: 4.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Commands
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Run your unit tests
```
npm run test:unit
```# Details
## Linting & formatting
This project uses ESLint and Prettier by enforcing a common code style.
In vscode all files will be linted and formatted on-save.## Editor
This project is best developed in VS Code.
See the [recommended extensions](https://code.visualstudio.com/docs/editor/extension-gallery#_workspace-recommended-extensions) and settings in `.vscode`.