Tutorial: Full Stack CRUD MERN App from Complete Scratch - A DnD Note Taking Application, Part 1

preview_player
Показать описание
GitHub Repo of our progress through this series:

This video goes over making the project folder, the folder structure, webpack configuration, typescript configuration, the npm modules to install, the scripts to write, the basic server code, and the basic React component code. It will be the foundation of the whole project!

This long form playlist series will be about building a Full Stack CRUD Application using the MERN Stack. Our goal is to build a simple featured Dungeons and Dragons Note Taking app. This series is meant to be a tutorial to learn React, Node, Express, and MySQL fundamentals and to build something you should be proud to show off in a portfolio!

I love teaching and learning so please comment or pull request any features or ideas you come up with! We can learn a lot from each other in collaboration. :)

Don't forget to like this video and subscribe to our channel – we're publishing more videos and walkthroughs every week. Comment below and let us know what you'd like to see next!

Рекомендации по теме
Комментарии
Автор

Hi mate, there is an error in my tsconfig.json file. it is saying "No inputs were found in config file 'd:/MERN Journey/dnd/tsconfig.json'. Specified 'include' paths were '["**/*"]' and 'exclude' paths were '["node_modules"]'."

BeatBounceMusic