Repository of Next course (part one), section of React course of Udemy platform.
Summary • Installation • Available Scripts • Related • License • Acknowledgments • Contact
This is a repository where I store all lessons that I take on Next course (part one), section of React course of Udemy platform. In addition, I used npm packages like: Prettier and Husky to make my code be more 'prettier'.
Clone the repository, install Node.js (runtime environment) and use Visual Studio Code (code editor). Then run command npm install
to install all packages, necessary for a Next app. Now, run command npm run dev
. Done, open http://localhost:3000 to see a preview of the Next app in a development server.
-
npm run dev
: Runs the app in the development mode. Open http://localhost:3000 to view it in your browser. The page will reload when you make changes.
- Repository of React - I course
- Repository of React - II course
- Repository of React - III course
- Repository of React - IV course
- Repository of React - V course
- Repository of React - VI course
- Repository of React - VII course
- Repository of React - VIII course
- Repository of React - IX course
- Repository of Next - II course
- Repository of Next - III course
- Repository of JS complementary course
- Repository of shopping cart practice
- Repository of user manager practice
- Repository of image search practice
- Repository of interest calculator practice
This repository is under MIT License, if you want to see what you are allowed to do with the content of this repository, please visit choosealicense for more information.
Thanks to Nicolas Schurmann teacher to make this course.
If you want to contact me, please see my socials medias in my GitHub profile.