Just when you think you have had enough of JavaScript, React, Next Js ... and all that Jazz (js) 🥳
This is my collection of weekly links of things that might seem important in the universe of web development. JavaScript, React, Next Js, Remix, css. Basic or not so basic or something random (to you).
A lot of the links I simply collected from work. Why not?
To run your Remix app locally, make sure your project's local dependencies are installed:
npm install
Afterwards, start the Remix development server like so:
npm run dev
Open up http://localhost:3000 and you should be ready to go!
If you're used to using the vercel dev
command provided by Vercel CLI instead, you can also use that, but it's not needed.