24 lines
948 B
Markdown
Executable File
24 lines
948 B
Markdown
Executable File
# Aviation Weather
|
|
|
|
# Getting Started
|
|
The main installed packages are the following:
|
|
- [Next.js](https://nextjs.org/docs)
|
|
- [ESLint](https://eslint.org/docs/latest/rules/)
|
|
- [Typescript](https://www.typescriptlang.org/docs/)
|
|
|
|
ESLint rules can be configured in the `.eslintrc.json` file.
|
|
Prettier rules can be configured in the `.prettierrc.json` file.
|
|
TypeScript rules can be configured in the `.tsconfig.json` file.
|
|
|
|
Next.js (React Framework)
|
|
- [Next.js Project Structure](https://nextjs.org/docs/getting-started/project-structure)
|
|
- [Next.js App Routing](https://nextjs.org/docs/app/building-your-application/routing)
|
|
- [Next.js Pages Routing](https://nextjs.org/docs/pages/building-your-application/routing)
|
|
|
|
Redux
|
|
- [Getting Started](https://redux.js.org/introduction/getting-started)
|
|
- [Code Structure](https://redux.js.org/faq/code-structure)
|
|
- [React Redux](https://redux.js.org/faq/react-redux)
|
|
|
|
## Makefile
|
|
`make help` to list all commands |