alex210-1/webdev-template
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
init frontend:
npx create-react-app frontend --template typescript
react css:
https://www.robinwieruch.de/react-css-styling
https://tttstudios.medium.com/ttt-studios-sass-vs-tailwind-css-vs-styled-components-a-css-methodology-comparison-2aa82113847f
tailwind setup guide:
https://tailwindcss.com/docs/guides/create-react-app
tailwind extension:
follow setup instructions!
add typescriptreact -> javascript to tailwindcss: include languages if it doesn't work
setup express with typescript:
https://blog.logrocket.com/typescript-with-node-js-and-express/
postgres:
yarn add @types/pg pg
pgtyped:
https://pgtyped.now.sh/docs/getting-started
npm install @pgtyped/cli @pgtyped/query