sahilrajput03

Jump Starters

1. Start a react project

npx degit sahilrajput03/react-app my-react-app
cd my-react-app; npm install; npm run dev

2. Start a nodejs backend server using express connected to mongodb using mongoose

Requirements: Nodejs, Mondogdb

mkdir todo-app && cd todo-app

#Clone todo example
npx degit sahilrajput03/learning-monogo-and-mongoosejs/todo-app

#Install depenedencies
npm i

#Run
npm start

# TIP: You can browse http://localhost:3001/api/todos in browser to get all notes

Find me on terminal via npx sahilrajput03 command.

3. Create videos with react

Youtube - https://www.youtube.com/watch?v=gwlDorikqgY, Github: https://github.com/remotion-dev/remotion 12.7k Starts