-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
executable file
·608 lines (556 loc) · 33.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
<!DOCTYPE html>
<html lang="en">
<head>
<title>Create MERN App</title>
<meta name="author" content="Vijay Pratap Singh">
<meta name="Description"
content="The MERN App provides a versatile set of boilerplates that streamline the development process for various applications. Whether you're building a web app, mobile app, desktop app, Chrome extension, or an NPM package in JavaScript, our comprehensive templates will help you get started quickly and efficiently.">
<meta name="keywords"
content="MERN.JS, MERN.JS JavaScript Framework, MERN.JS MVC Framework, MERN.JS NodeJs Framework, MERN.JS Full Stack Development, Node Express boilerplate, Node Express Generator, React Redux Generator, React Redux boilerplate, MERN.JS Framework for Node" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@mernjs">
<meta name="twitter:creator" content="@mernjs">
<meta name="twitter:title" content="Create MERN App">
<meta name="twitter:description"
content="The MERN App provides a versatile set of boilerplates that streamline the development process for various applications. Whether you're building a web app, mobile app, desktop app, Chrome extension, or an NPM package in JavaScript, our comprehensive templates will help you get started quickly and efficiently.">
<meta name="twitter:image" content="https://mernjs.github.io/create-mern-app/assets/images/logo.png">
<meta property="og:title" content="Create MERN App">
<meta property="og:description"
content="The MERN App provides a versatile set of boilerplates that streamline the development process for various applications. Whether you're building a web app, mobile app, desktop app, Chrome extension, or an NPM package in JavaScript, our comprehensive templates will help you get started quickly and efficiently.">
<meta property="og:image" content="https://mernjs.github.io/create-mern-app/assets/images/logo.png">
<meta property="og:url" content="https://mernjs.github.io/create-mern-app">
<link
href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'
rel='stylesheet' type='text/css'>
<link rel="canonical" href="https://mernjs.github.io/create-mern-app">
<link rel="shortcut icon" href="https://mernjs.github.io/create-mern-app/assets/favicon.ico">
<link rel="stylesheet"
href="https://mernjs.github.io/create-mern-app/assets/plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://mernjs.github.io/create-mern-app/assets/plugins/prism/prism.css">
<link rel="stylesheet" href="https://mernjs.github.io/create-mern-app/assets/css/styles.css" id="theme-style">
<script defer src="https://use.fontawesome.com/releases/v5.8.2/js/all.js"
integrity="sha384-DJ25uNYET2XCl5ZF++U8eNxPWqcKohUUBUpKGlNLMchM7q4Wjg2CUpjHLaL8yYPH"
crossorigin="anonymous"></script>
<style>
.code-block {
margin-top: 30px;
margin-bottom: 30px;
margin: 0 auto;
}
#hExwLjZ-1611598664796 {
text-align: center;
width: 100%;
position: absolute;
bottom: 48px;
height: 30px;
background: #fff;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 30px;
display: none;
}
</style>
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-5VWSFH8');</script>
<!-- End Google Tag Manager -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145438763-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-145438763-2');
</script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!-- JSON-LD markup generated by Google Structured Data Markup Helper. -->
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "SoftwareApplication",
"name" : "Create MERN App",
"description": "The MERN App provides a versatile set of boilerplates that streamline the development process for various applications. Whether you're building a web app, mobile app, desktop app, Chrome extension, or an NPM package in JavaScript, our comprehensive templates will help you get started quickly and efficiently. It is designed to make it easy to build Javascript web applications and APIs.",
"image" : "https://mernjs.github.io/create-mern-app/assets/images/logo.png",
"url" : "/",
"author" : {
"@type" : "Person",
"name" : "Create MERN App"
},
"datePublished" : "2021-03-27",
"publisher" : {
"@type" : "Organization",
"name" : "Create MERN App"
},
"applicationCategory" : "Software",
"operatingSystem" : "Linux, macOS, Microsoft Windows",
"requirements" : "Node 8.12",
"softwareVersion" : "0.1.2",
"screenshot" : "https://mernjs.github.io/create-mern-app/assets/images/logo.png",
"aggregateRating" : {
"@type" : "AggregateRating",
"ratingValue" : "4.0",
"bestRating" : "4",
"worstRating" : "1",
"ratingCount" : "200"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "INR"
}
}
</script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body class="landing-page body-pink">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5VWSFH8" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<div class="page-wrapper">
<header class="header text-center">
<div class="container">
<div class="branding">
<h1 class="logo">
<img src="https://mernjs.github.io/create-mern-app/assets/logo2.png" style="
border-radius: 136px;
width: 220px;
height: 220px;
" /> <br />
<span aria-hidden="true" class="icon_documents_alt icon"></span>
<span class="text-highlight"></span><span class="text-bold">Create MERN App</span>
</h1>
</div>
<div class="tagline" style="margin-bottom: 25px;">
<p>Set up a modern web, mobile and desktop app by running one command.</p>
</div>
<div class="social-container">
<div class="github-btn mb-2">
<!-- Load Facebook SDK for JavaScript -->
<div id="fb-root"></div>
<script async defer crossorigin="anonymous"
src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.0"></script>
<div>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/mernjs" data-size="large"
data-show-count="true" aria-label="Follow @mernjs on GitHub">Follow @mernjs</a>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/mernjs/create-mern-app"
data-icon="octicon-star" data-size="large" data-show-count="true"
aria-label="Star mernjs/create-mern-app on GitHub">Star</a>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/mernjs/create-mern-app/subscription"
data-icon="octicon-eye" data-show-count="true" data-size="large"
aria-label="Watch mernjs/create-mern-app on GitHub">Watch</a>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/mernjs/create-mern-app/fork"
data-icon="octicon-repo-forked" data-show-count="true" data-size="large"
aria-label="Fork mernjs/create-mern-app on GitHub">Fork</a>
</div>
</div>
<div style="margin-top: 30px">
<a href="https://www.npmjs.com/package/create-mernjs-app" target="_blank"><img
style="margin-top: -23px; height: 29px;" alt="npm"
src="https://img.shields.io/npm/v/create-mernjs-app?label=npm"></a>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/mernjs/create-mern-app" target="_blank"
data-size="large" aria-label="Use this template mernjs/create-mern-app on GitHub">GitHub</a>
</div>
<!-- <div style="margin-top: 20px">
<a style="background: #4c84ff; border: 1px solid #4c84ff; color: #fff !important; padding: 5px; border-radius: 5px; text-decoration: none;"
href="https://mernjs.github.io/create-mern-app/guidelines"> Getting Started </a>
</div> -->
</div>
</div>
</header>
<section class="cards-section text-center">
<div id="cards-wrapper" class="cards-wrapper">
<h2 class="title">Getting started is easy!</h2>
<div class="intro">
<p>Create MERN App provide boilerplates for building Web App, Mobile App, Desktop App, Chrome
Extension & NPM Package Development in JavaScript. <a
href="https://www.npmjs.com/package/create-mernjs-app" target="_blank">Create
MERN App</a>.</p>
</div>
<!-- <div class="row" style="margin-top: 60px;">
<div class="item item-green col-lg-4 col-md-6">
<div class="item-inner">
<h3 class="title">What is Create MERN App?</h3>
<p class="intro">Create MERN App provide boilerplates for building Web App, Mobile App,
Desktop App, Chrome Extension & NPM Package Development in JavaScript.</p>
</div>
</div>
<div class="item item-pink item-2 col-lg-4 col-md-6">
<div class="item-inner">
<h3 class="title">Why is Create MERN App?</h3>
<p class="intro">Create MERN App allows you to create a new MERN app within seconds. It
is
maintained by
the creators of Create MERN App</p>
</div>
</div>
<div class="item item-blue col-lg-4 col-md-6">
<div class="item-inner">
<h3 class="title">Getting started</h3>
<p class="intro">
Before downloading the source code, go over the official documentation of <a
href="/create-mern-app/mern-roadmap">MERN</a> then continue with the <a
href="https://www.npmjs.com/package/create-mernjs-app" target="_blank">Create
MERN
App</a>.
</p>
</div>
</div>
</div> -->
<div style="margin-bottom: 10px;">
<h2 class="title">Create MERN App</h2>
<pre><code class="language-git">
npm install create-mernjs-app -g
create-mernjs-app my_project
</code></pre>
</div>
<h2 class="title" style="margin-top: 50px;">1. App Boilerplates</h2>
<p>App boilerplates provide ready-to-use templates for building applications, simplifying the setup
process and ensuring a consistent structure across projects.</p>
<!-- table -->
<table class="table table-dark">
<thead>
<tr>
<th scope="col">SN.</th>
<th scope="col">Boilerplates</th>
<th scope="col">Download</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td><a target="_blank"
href="https://github.com/mernjs/create-mern-app/tree/master/templates/app/nodejs-mongodb-boilerplate"
style="color: #fff;">NodeJS & MongoDB Boilerplate</a></td>
<td>
<a
href="https://github.com/mernjs/create-mern-app/raw/master/templates/app/nodejs-mongodb-boilerplate.zip">
<img alt="npm"
src="https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white">
</a>
</td>
</tr>
<tr>
<th scope="row">2</th>
<td><a target="_blank"
href="https://github.com/mernjs/create-mern-app/tree/master/templates/app/nodejs-mysql-boilerplate"
style="color: #fff;">NodeJS & MySQL Boilerplate</a></td>
<td>
<a
href="https://github.com/mernjs/create-mern-app/raw/master/templates/app/nodejs-mysql-boilerplate.zip">
<img alt="npm"
src="https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white">
</a>
</td>
</tr>
<tr>
<th scope="row">3</th>
<td><a target="_blank"
href="https://github.com/mernjs/create-mern-app/tree/master/templates/app/nextjs-boilerplate"
style="color: #fff;">NextJS Boilerplate</a></td>
<td>
<a
href="https://github.com/mernjs/create-mern-app/raw/master/templates/app/nextjs-boilerplate.zip">
<img alt="npm"
src="https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white">
</a>
</td>
</tr>
<tr>
<th scope="row">4</th>
<td><a target="_blank"
href="https://github.com/mernjs/create-mern-app/tree/master/templates/app/gatsbyjs-boilerplate"
style="color: #fff;">GatsbyJS Boilerplate</a></td>
<td>
<a
href="https://github.com/mernjs/create-mern-app/raw/master/templates/app/gatsbyjs-boilerplate.zip">
<img alt="npm"
src="https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white">
</a>
</td>
</tr>
<tr>
<th scope="row">5</th>
<td><a target="_blank"
href="https://github.com/mernjs/create-mern-app/tree/master/templates/app/reactjs-boilerplate"
style="color: #fff;">ReactJS Boilerplate</a></td>
<td>
<a
href="https://github.com/mernjs/create-mern-app/raw/master/templates/app/reactjs-boilerplate.zip">
<img alt="npm"
src="https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white">
</a>
</td>
</tr>
<tr>
<th scope="row">6</th>
<td><a target="_blank"
href="https://github.com/mernjs/create-mern-app/tree/master/templates/app/electronjs-boilerplate"
style="color: #fff;">ElectronJS Boilerplate</a></td>
<td>
<a
href="https://github.com/mernjs/create-mern-app/raw/master/templates/app/electronjs-boilerplate.zip">
<img alt="npm"
src="https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white">
</a>
</td>
</tr>
<tr>
<th scope="row">7</th>
<td><a target="_blank"
href="https://github.com/mernjs/create-mern-app/tree/master/templates/app/reactjs-chrome-extension-boilerplate"
style="color: #fff;">ReactJS Chrome Extension Boilerplate</a></td>
<td>
<a
href="https://github.com/mernjs/create-mern-app/raw/master/templates/app/reactjs-chrome-extension-boilerplate.zip">
<img alt="npm"
src="https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white">
</a>
</td>
</tr>
<tr>
<th scope="row">8</th>
<td><a target="_blank"
href="https://github.com/mernjs/create-mern-app/tree/master/templates/app/reactjs-webpack-boilerplate"
style="color: #fff;">ReactJS Webpack Boilerplate</a></td>
<td>
<a
href="https://github.com/mernjs/create-mern-app/raw/master/templates/app/reactjs-webpack-boilerplate.zip">
<img alt="npm"
src="https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white">
</a>
</td>
</tr>
<tr>
<th scope="row">9</th>
<td><a target="_blank"
href="https://github.com/mernjs/create-mern-app/tree/master/templates/app/fastifyjs-mysql-boilerplate"
style="color: #fff;">FastifyJS & MySQL Boilerplate</a></td>
<td>
<a
href="https://github.com/mernjs/create-mern-app/raw/master/templates/app/reactjs-webpack-boilerplate.zip">
<img alt="npm"
src="https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white">
</a>
</td>
</tr>
<tr>
<th scope="row">10</th>
<td><a target="_blank"
href="https://github.com/mernjs/create-mern-app/tree/master/templates/app/fastifyjs-mongodb-boilerplate"
style="color: #fff;">FastifyJS & MongoDB Boilerplate</a></td>
<td>
<a
href="https://github.com/mernjs/create-mern-app/raw/master/templates/app/reactjs-webpack-boilerplate.zip">
<img alt="npm"
src="https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white">
</a>
</td>
</tr>
<tr>
<th scope="row">11</th>
<td><a target="_blank"
href="https://github.com/mernjs/create-mern-app/tree/master/templates/app/t3js-boilerplate"
style="color: #fff;">T3JS</a></td>
<td>
<a
href="https://github.com/mernjs/create-mern-app/raw/master/templates/app/reactjs-webpack-boilerplate.zip">
<img alt="npm"
src="https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white">
</a>
</td>
</tr>
<tr>
<th scope="row">12</th>
<td><a target="_blank"
href="https://github.com/mernjs/create-mern-app/tree/master/templates/app/expo-boilerplate"
style="color: #fff;">React Native Boilerplate</a></td>
<td>
<a
href="https://github.com/mernjs/create-mern-app/raw/master/templates/app/react-native-boilerplate.zip">
<img alt="npm"
src="https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white">
</a>
</td>
</tr>
</tbody>
</table>
<h2 class="title" style="margin-top: 60px;">2. Library Boilerplates</h2>
<p>Library boilerplates offer pre-configured templates for creating npm packages, enabling efficient and
standardized development of reusable code libraries.</p>
<table class="table table-dark">
<thead>
<tr>
<th scope="col">SN.</th>
<th scope="col">Boilerplates</th>
<th scope="col">Download</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td><a target="_blank"
href="https://github.com/mernjs/create-mern-app/tree/master/templates/library/javascript-library-boilerplate"
style="color: #fff;">JavaScript Library Boilerplate</a></td>
<td>
<a
href="https://github.com/mernjs/create-mern-app/raw/master/templates/library/javascript-library-boilerplate.zip">
<img alt="npm"
src="https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white">
</a>
</td>
</tr>
<tr>
<th scope="row">2</th>
<td><a target="_blank"
href="https://github.com/mernjs/create-mern-app/tree/master/templates/library/reactjs-library-boilerplate"
style="color: #fff;">ReactJS Library Boilerplate</a></td>
<td>
<a
href="https://github.com/mernjs/create-mern-app/raw/master/templates/library/reactjs-library-boilerplate.zip">
<img alt="npm"
src="https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white">
</a>
</td>
</tr>
<tr>
<th scope="row">3</th>
<td><a target="_blank"
href="https://github.com/mernjs/create-mern-app/tree/master/templates/library/nodejs-library-boilerplate"
style="color: #fff;">NodeJS Library Boilerplate</a></td>
<td>
<a
href="https://github.com/mernjs/create-mern-app/raw/master/templates/library/nodejs-library-boilerplate.zip">
<img alt="npm"
src="https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white">
</a>
</td>
</tr>
<tr>
<th scope="row">4</th>
<td><a target="_blank"
href="https://github.com/mernjs/create-mern-app/tree/master/templates/library/expressjs-library-boilerplate"
style="color: #fff;">ExpressJS Library Boilerplate</a></td>
<td>
<a
href="https://github.com/mernjs/create-mern-app/raw/master/templates/library/expressjs-library-boilerplate.zip">
<img alt="npm"
src="https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white">
</a>
</td>
</tr>
<tr>
<th scope="row">5</th>
<td><a target="_blank"
href="https://github.com/mernjs/create-mern-app/tree/master/templates/library/nextjs-library-boilerplate"
style="color: #fff;">NextJS Library Boilerplate</a></td>
<td>
<a
href="https://github.com/mernjs/create-mern-app/raw/master/templates/library/nextjs-library-boilerplate.zip">
<img alt="npm"
src="https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white">
</a>
</td>
</tr>
<tr>
<th scope="row">6</th>
<td><a target="_blank"
href="https://github.com/mernjs/create-mern-app/tree/master/templates/library/react-native-library-boilerplate"
style="color: #fff;">React Native Library Boilerplate</a></td>
<td>
<a
href="https://github.com/mernjs/create-mern-app/raw/master/templates/library/react-native-library-boilerplate.zip">
<img alt="npm"
src="https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white">
</a>
</td>
</tr>
</tbody>
</table>
<h2 class="title" style="margin-top: 60px;">4. Code Snippets</h2>
<p>Explore a collection of reusable code snippets to quickly implement common features and
functionalities in your projects.</p>
<table class="table table-dark">
<thead>
<tr>
<th scope="col">SN.</th>
<th scope="col">Modules</th>
<th scope="col">Download</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td><a target="_blank" href="#" style="color: #fff;">NodeJS JWT Code Snippets</a>
</td>
<td>
<a
href="https://github.com/mernjs/create-mern-app/raw/master/templates/library/javascript-library-boilerplate.zip">
<img alt="npm"
src="https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white">
</a>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
<!--//page-wrapper-->
<div class="footer-basic">
<footer>
<p class="copyright">
<b>©2021 Create MERN App</b>
<span style="margin-left: 60px;"><b>By: <a href="https://www.linkedin.com/in/vprtsingh/"
target="_blank">Vijay
Pratap Singh</a></b></span>
</p>
</footer>
</div>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date();
(function () {
var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0];
s1.async = true;
s1.src = 'https://embed.tawk.to/600c5cbba9a34e36b96f905e/1eso4ml15';
s1.charset = 'UTF-8';
s1.setAttribute('crossorigin', '*');
s0.parentNode.insertBefore(s1, s0);
})();
</script>
<!--End of Tawk.to Script-->
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!-- Main Javascript -->
<script type="text/javascript"
src="https://mernjs.github.io/create-mern-app/assets/plugins/jquery/jquery-3.3.1.min.js"></script>
<script type="text/javascript"
src="https://mernjs.github.io/create-mern-app/assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript"
src="https://mernjs.github.io/create-mern-app/assets/plugins/prism/prism.js"></script>
<script type="text/javascript"
src="https://mernjs.github.io/create-mern-app/assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js"></script>
<script type="text/javascript"
src="https://mernjs.github.io/create-mern-app/assets/plugins/stickyfill/dist/stickyfill.min.js"></script>
<script type="text/javascript" src="https://mernjs.github.io/create-mern-app/assets/js/main.js"></script>
</body>
</html>