Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Javascript Testing Best Practices | 21,424 | a month ago | 59 | mit | JavaScript | |||||
📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (December 2022) | ||||||||||
Payload | 10,638 | 5 | 20 | 6 hours ago | 248 | September 24, 2022 | 42 | mit | TypeScript | |
Built with React + TypeScript, Payload is a free and open-source Headless CMS. [✩Star] if you support our work! | ||||||||||
Winds | 8,486 | 2 years ago | bsd-3-clause | JavaScript | ||||||
A Beautiful Open Source RSS & Podcast App Powered by Getstream.io | ||||||||||
Project_mern_memories | 4,464 | a month ago | 104 | JavaScript | ||||||
This is a code repository for the corresponding video tutorial. Using React, Node.js, Express & MongoDB you'll learn how to build a Full Stack MERN Application - from start to finish. The App is called "Memories" and it is a simple social media app that allows users to post interesting events that happened in their lives. | ||||||||||
Hackernews React Graphql | 4,351 | 6 months ago | 23 | mit | TypeScript | |||||
Hacker News clone rewritten with universal JavaScript, using React and GraphQL. | ||||||||||
Blog | 4,197 | 3 months ago | 70 | HTML | ||||||
大前端技术为主,读书笔记、随笔、理财为辅,做个终身学习者。 | ||||||||||
Project_chat_application | 3,632 | 15 days ago | 70 | JavaScript | ||||||
This is a code repository for the corresponding YouTube video. In this tutorial we are going to build and deploy a real time chat application. Covered topics: React.js, Node.js, Express.js, and Socket.io. | ||||||||||
Builderbook | 3,486 | 4 months ago | 69 | mit | JavaScript | |||||
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database. | ||||||||||
Saas | 3,322 | 4 months ago | 11 | mit | TypeScript | |||||
Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript. | ||||||||||
Docx | 3,228 | 47 | 77 | 2 days ago | 64 | September 22, 2022 | 82 | mit | TypeScript | |
Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser. |
Demo Page - contains classic todo list, async server call, and 404 page with random moe images. (Support multi-language, currently English, Chinese, and Japanese)
yarn
or npm
docker
with docker-compose
The easiest way to run the example project is to use docker-compose
:
docker-compose up --build
that's it :)
You can also follow instructions below if you want to customize it.
Go to project root directory:
yarn install
If you find permission problem when trying to install yarn globally, check this out.
You can either
postgresql
and redis
using docker images:docker-compose up -d postgres redis
or
backend/config.json
.On development (with hot reload):
yarn dev
On production (with terser and other optimazitions):
yarn prod
Thanks to webpack-bundle-analyzer, assets bundle can be analyzed and optimized through DLL Plugin.
yarn profile
yarn test
yarn coverage
Every push on master branch will trigger Github Actions for heroku deployment.
See CONTRIBUTING.md