Giter Site home page Giter Site logo

boilerplate-remix's People

Contributors

anaibol avatar jclackett avatar joshuaboys avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

boilerplate-remix's Issues

Update README run instructions

Hello, I'm testing out this repo, but I'm a bit confused with the existence of dockerfile, fly.toml and the README instructions ask to run 'yarn install' and 'createdb' natively... Is there a preferred way to run a clean install?

I would like to contribute a docker-compose command that spins up node + postgres + redis and runs the entire thing in one swoop. What do you think?

Remove unused packages.

Hey, I was investigating the boilerplate and I realised some of the packages are not used. Maybe it is better to clean them?

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): replace dependency npm-run-all with npm-run-all2 5.0.0
  • chore(deps): update @types (@types/jsonwebtoken, @types/react, @types/react-dom)
  • chore(deps): update styfle/cancel-workflow-action action to v0.12.1
  • fix(deps): update dependency dotenv to v16.4.5
  • fix(deps): update dependency nodemailer to v6.9.13
  • fix(deps): update emotion monorepo (@emotion/react, @emotion/styled)
  • chore(deps): update dependency esbuild to v0.20.2
  • chore(deps): update dependency eslint to v8.57.0
  • chore(deps): update sebrollen/toml-action action to v1.2.0
  • chore(deps): update superfly/flyctl-actions action to v1.5
  • fix(deps): update dependency aws-sdk to v2.1600.0
  • chore(deps): update commitlint monorepo to v19 (major) (@commitlint/cli, @commitlint/config-conventional)
  • chore(deps): update dependency husky to v9
  • chore(deps): update node.js to v20
  • chore(deps): update remix monorepo to v2 (major) (@remix-run/dev, @remix-run/express, @remix-run/node, @remix-run/react, @remix-run/server-runtime)
  • fix(deps): update dependency framer-motion to v11
  • fix(deps): update dependency react-icons to v5
  • fix(deps): update sendgrid-nodejs monorepo to v8 (major) (@sendgrid/client, @sendgrid/mail)
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

dockerfile
Dockerfile
  • node 18-bullseye-slim
github-actions
.github/workflows/deploy.yml
  • styfle/cancel-workflow-action 0.12.0
  • actions/checkout v3
  • SebRollen/toml-action v1.0.2
  • docker/setup-buildx-action v2
  • actions/cache v3
  • docker/login-action v2
  • docker/build-push-action v3
  • styfle/cancel-workflow-action 0.12.0
  • actions/checkout v3
  • SebRollen/toml-action v1.0.2
  • superfly/flyctl-actions 1.4
npm
package.json
  • @chakra-ui/icons 2.1.1
  • @chakra-ui/react 2.8.2
  • @emotion/cache 11.11.0
  • @emotion/react 11.11.3
  • @emotion/server 11.11.0
  • @emotion/styled 11.11.0
  • @prisma/client 4.16.2
  • @remix-run/express 1.19.3
  • @remix-run/node 1.19.3
  • @remix-run/react 1.19.3
  • @remix-run/server-runtime 1.19.3
  • @sendgrid/client 7.7.0
  • @sendgrid/mail 7.7.0
  • aws-sdk 2.1454.0
  • bcrypt 5.1.1
  • compression 1.7.4
  • cross-env 7.0.3
  • dayjs 1.11.10
  • dotenv 16.4.0
  • framer-motion 7.10.3
  • handlebars 4.7.8
  • jsonwebtoken 9.0.2
  • morgan 1.10.0
  • nodemailer 6.9.8
  • prisma 4.16.2
  • react 18.2.0
  • react-dom 18.2.0
  • react-dropzone 14.2.3
  • react-icons 4.12.0
  • zod 3.22.4
  • @commitlint/cli 17.8.1
  • @commitlint/config-conventional 17.8.1
  • @remix-run/dev 1.19.3
  • @remix-run/eslint-config 1.19.3
  • @types/bcrypt 5.0.2
  • @types/compression 1.7.5
  • @types/express 4.17.21
  • @types/jsonwebtoken 9.0.5
  • @types/morgan 1.9.9
  • @types/nodemailer 6.4.14
  • @types/react 18.2.48
  • @types/react-dom 18.2.18
  • @typescript-eslint/eslint-plugin 5.62.0
  • @typescript-eslint/parser 5.62.0
  • esbuild 0.19.12
  • esbuild-register 3.5.0
  • eslint 8.56.0
  • eslint-config-prettier 8.10.0
  • eslint-plugin-import 2.29.1
  • eslint-plugin-simple-import-sort 9.0.0
  • husky 8.0.3
  • lint-staged 13.3.0
  • npm-run-all 4.1.5
  • prettier 2.8.8
  • typescript 4.9.5
  • node >=16
  • prettier 2.8.8

  • Check this box to trigger a request for Renovate to run again on this repository

env.example

Hi, great boilerplate!
You mention a env.example In the description. Where do I find this file?
thx - Johannes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.