All Projects → shaotianyu → blog-front

shaotianyu / blog-front

Licence: other
Blog@NextJs

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to blog-front

trivin
⚡️Setup your entire project quickly and easily with 1-line command ⚡️
Stars: ✭ 58 (-10.77%)
Mutual labels:  expressjs, redux-thunk
mern-stack-application
A MERN stack e-commerce website.
Stars: ✭ 45 (-30.77%)
Mutual labels:  expressjs, redux-thunk
Next Shopify Storefront
🛍 A real-world Shopping Cart built with TypeScript, NextJS, React, Redux, Apollo Client, Shopify Storefront GraphQL API, ... and Material UI.
Stars: ✭ 317 (+387.69%)
Mutual labels:  expressjs, redux-thunk
task-manager
Task Manager App
Stars: ✭ 19 (-70.77%)
Mutual labels:  expressjs, redux-thunk
Amazona
Build Ecommerce Like Amazon By MERN Stack
Stars: ✭ 152 (+133.85%)
Mutual labels:  expressjs, redux-thunk
spiced-final-project
Career explorer platform developed in React.js in 6 days.
Stars: ✭ 14 (-78.46%)
Mutual labels:  expressjs
tuffilink
Capable system for URL shortening with the use of an SQL database. Tuffilink is named after an elephant 🐘
Stars: ✭ 13 (-80%)
Mutual labels:  expressjs
PollBuddy
Poll Buddy is an interactive questionnaire platform that aims to be an enjoyable and easy to use way to collect answers and insights from a group of people.
Stars: ✭ 20 (-69.23%)
Mutual labels:  expressjs
gatsby-reactstrap
Adding Bootstrap 4 to an Gatsby React App and serve generated the static site with Express.js
Stars: ✭ 25 (-61.54%)
Mutual labels:  expressjs
ZestX-Frontend
Month-Long Fest Website ZestX with some Awsome UI and Intact Backend. Implemented admin page for user and event management
Stars: ✭ 28 (-56.92%)
Mutual labels:  expressjs
Blog-Server
The backend Code of Flutter Blog App which is the part of Youtube series. It is developed using the NodeJS/ExpressJs with MongoDB Database
Stars: ✭ 33 (-49.23%)
Mutual labels:  expressjs
nestjs-rest-sample
NestJS RESTful APIs Sample
Stars: ✭ 204 (+213.85%)
Mutual labels:  expressjs
data-flow
frontend data flow explored in React
Stars: ✭ 19 (-70.77%)
Mutual labels:  redux-thunk
ExpressQL
A Ready-to-Go API Skeleton using Node.js + Express.js + GraphQL + MongoDB + JWT Authentication
Stars: ✭ 12 (-81.54%)
Mutual labels:  expressjs
Octave.gg
Web front-end for Octave.
Stars: ✭ 19 (-70.77%)
Mutual labels:  expressjs
GoBarber
💈 Aplicação de agendamento para serviços de beleza, entre provedores e clientes.
Stars: ✭ 84 (+29.23%)
Mutual labels:  expressjs
Library-Management-System
An online library management system built with MongodDB, Express.js and Node.js
Stars: ✭ 39 (-40%)
Mutual labels:  expressjs
mindjs
Minimalistic, pure Node.js framework superpowered with Dependency Injection 💡 💻 🚀
Stars: ✭ 17 (-73.85%)
Mutual labels:  expressjs
mern-boilerplate
React + Express + Webpack + Mongo = MERN Stack Boilerplate
Stars: ✭ 39 (-40%)
Mutual labels:  expressjs
next-express
Next.js custom webservers with Express.js made easy
Stars: ✭ 64 (-1.54%)
Mutual labels:  expressjs

我的个人网站:http://www.shaotianyu.com/

博客是基于react+next+redux+express+mongoose实现的服务端渲染(SSR)

图片上传使用七牛云存储

支持响应式,手机扫码可预览

邵天宇的个人网站

后台管理系统(react,redux)和服务端代码(express,mongoose)部分暂不开放。

项目启动方式

开发模式:

npm/cnpm install
npm run dev

打开localhost:3000可以预览效果

生产模式

运行后项目会生成build后的项目文件夹tianyuBlogBuild

npm run build
npm run start

打开localhost:3000可以预览效果

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].