Update README.md
This commit is contained in:
@@ -1,2 +1,69 @@
|
||||
# JavaScript-from-Frontend-to-Backend
|
||||
JavaScript from Frontend to Backend, published by Packt
|
||||
# JavaScript from Frontend to Backend
|
||||
|
||||
<a href="https://www.packtpub.com/product/javascript-from-frontend-to-backend/9781801070317?utm_source=github&utm_medium=repository&utm_campaign=9781801070317"><img src="https://static.packt-cdn.com/products/9781801070317/cover/smaller" alt="JavaScript from Frontend to Backend" height="256px" align="right"></a>
|
||||
|
||||
This is the code repository for [JavaScript from Frontend to Backend](https://www.packtpub.com/product/javascript-from-frontend-to-backend/9781801070317?utm_source=github&utm_medium=repository&utm_campaign=9781801070317), published by Packt.
|
||||
|
||||
**Learn full stack JavaScript using the MEVN stack with quick and easy steps**
|
||||
|
||||
## What is this book about?
|
||||
JavaScript is the most widely used programming language in the world. It has numerous libraries and modules and a dizzying array of need-to-know topics. Picking a starting point can be difficult. Enter JavaScript from Frontend to Backend. This concise, practical guide will get you up to speed in next to no time.
|
||||
|
||||
This book covers the following exciting features:
|
||||
* Trigger deferred processing with JavaScript
|
||||
* Implement Express and MongoDB with Node.js
|
||||
* Build components with Vue.js
|
||||
* Understand how to create and use modules with Node.js
|
||||
* Familiarize yourself with npm
|
||||
|
||||
If you feel this book is for you, get your [copy](https://www.amazon.com/dp/1801070318) today!
|
||||
|
||||
<a href="https://www.packtpub.com/?utm_source=github&utm_medium=banner&utm_campaign=GitHubBanner"><img src="https://raw.githubusercontent.com/PacktPublishing/GitHub/master/GitHub.png"
|
||||
alt="https://www.packtpub.com/" border="5" /></a>
|
||||
|
||||
|
||||
## Instructions and Navigations
|
||||
All of the code is organized into folders. For example, Chapter02.
|
||||
|
||||
The code will look like the following:
|
||||
```
|
||||
class Person {
|
||||
firstname;
|
||||
lastname;
|
||||
age;
|
||||
}
|
||||
var p = new Person;
|
||||
console.log(p);
|
||||
```
|
||||
|
||||
**Following is what you need for this book:**
|
||||
|
||||
This book is for JavaScript developers looking to strengthen their core JavaScript concepts and implement them in building full stack apps. Prior knowledge of HTML and CSS is a must.
|
||||
|
||||
With the following software and hardware list you can run all code files present in the book (Chapter 1-9).
|
||||
|
||||
### Software and Hardware List
|
||||
|
||||
| Chapter | Software required | OS required |
|
||||
| -------- | ------------------------------------| -----------------------------------|
|
||||
| 1-9 | Vue.js | Windows, Mac OS, and Linux |
|
||||
| 1-9 | Node.js | Windows, Mac OS, and Linux |
|
||||
|
||||
|
||||
|
||||
We also provide a PDF file that has color images of the screenshots/diagrams used in this book. [Click here to download it](https://packt.link/xdibe).
|
||||
|
||||
|
||||
### Related products <Other books you may enjoy>
|
||||
* Real-World Next.js [[Packt]](https://www.packtpub.com/product/real-world-next-js/9781801073493?_ga=2.111415620.171353042.1655976065-178114784.1602593722&utm_source=github&utm_medium=repository&utm_campaign=9781801073493) [[Amazon]](https://www.amazon.com/dp/180107349X)
|
||||
|
||||
* JavaScript from Beginner to Professional [[Packt]](https://www.packtpub.com/product/javascript-from-beginner-to-professional/9781800562523?_ga=2.122427467.171353042.1655976065-178114784.1602593722&utm_source=github&utm_medium=repository&utm_campaign=9781800562523) [[Amazon]](https://www.amazon.com/dp/1800562527)
|
||||
|
||||
## Get to Know the Author
|
||||
**Eric Sarrion**
|
||||
is a trainer, a developer, and an independent consultant. He has been involved in all kinds of IT projects for over 30 years. He is also a long-time author in web development technologies and is renowned for the clarity of his explanations and examples.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user