All Projects → Widen → Fullstack React

Widen / Fullstack React

Licence: mit
A simple, full-stack JavaScript single page app featuring React, Webpack, and Falcor

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Fullstack React

Node Blog
🔥✨ A react blog project base on nodejs, nestjs, mongoose, typescript, react, ant-design,nextjs
Stars: ✭ 69 (-86.28%)
Mutual labels:  webpack, blog, article
Laravel Blog
Laravel 8.0 blog application with Vue.js, Homestead, Horizon, Telescope and Pusher
Stars: ✭ 1,248 (+148.11%)
Mutual labels:  webpack, blog
Blog
梁少峰的个人博客
Stars: ✭ 4,602 (+814.91%)
Mutual labels:  webpack, blog
Awesome Web You Should Know
🌎awesome web you should know
Stars: ✭ 154 (-69.38%)
Mutual labels:  webpack, blog
Cusca
A ghost theme
Stars: ✭ 42 (-91.65%)
Mutual labels:  webpack, blog
Ghosttheme Stockholm
👻 📝 ✨ Clean Ghost theme with advanced features & customization.
Stars: ✭ 67 (-86.68%)
Mutual labels:  webpack, blog
Eleventy Starter Boilerplate
🚀 Eleventy Starter is production-ready with SEO-friendly for quickly starting a blog. ⚡ Built with Eleventy, ESLint, Prettier, Webpack, PostCSS, Tailwind CSS and Netlify CMS (optional).
Stars: ✭ 139 (-72.37%)
Mutual labels:  webpack, blog
Hugo Theme Hello Friend
Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
Stars: ✭ 586 (+16.5%)
Mutual labels:  webpack, blog
Vue Blog
🎉 基于vue全家桶 + element-ui 构建的一个后台管理集成解决方案
Stars: ✭ 208 (-58.65%)
Mutual labels:  webpack, blog
Peco
nothing here, move on..
Stars: ✭ 213 (-57.65%)
Mutual labels:  webpack, blog
Ex Shop
Digital goods shop & blog created using Elixir (Phoenix framework)
Stars: ✭ 214 (-57.46%)
Mutual labels:  webpack, blog
Front End Canteen
你的前端食堂,吃好每一顿饭🍥
Stars: ✭ 878 (+74.55%)
Mutual labels:  webpack, blog
Blog
Here is my blog
Stars: ✭ 714 (+41.95%)
Mutual labels:  webpack, blog
Myblog
vue + node 实现的一个博客系统
Stars: ✭ 285 (-43.34%)
Mutual labels:  webpack, blog
Articles Translator
📚Translate the distinct technical blogs. Please star or watch. Welcome to join me.
Stars: ✭ 606 (+20.48%)
Mutual labels:  webpack, article
Blog
前端学习笔记
Stars: ✭ 112 (-77.73%)
Mutual labels:  webpack, blog
Code2sec.com
xmind\code\articles for my personal blog 个人博客上的资源备份存储,也是个人分享的汇总
Stars: ✭ 164 (-67.4%)
Mutual labels:  blog, article
Kails
A Web App like Ruby on Rails with Koa2, Webpack and Postgres
Stars: ✭ 512 (+1.79%)
Mutual labels:  webpack, blog
Blog
这是一个Blog, 如果喜欢可以订阅,是Watch, 不是 Star 哈。。。
Stars: ✭ 161 (-67.99%)
Mutual labels:  webpack, blog
Articles
🔖My Learning Notes and Memories - 分享我的学习片段和与你的回忆
Stars: ✭ 3,040 (+504.37%)
Mutual labels:  blog, article

fullstack-react

Build Status

A simple, full-stack JavaScript single page app featuring React, Webpack, and Falcor. This is a fork of spring-react-demo with a new backend (node) and a new API (via Falcor).

The app constructed here is simple - a list of names, maintained on the server, with the ability to display, add, and manipulate names in the list via the browser. All code is covered by unit and Selenium-based integration tests as well.

Two articles cover the creation of this app:

Starting the app

  1. npm start
  2. Navigate to http://localhost:9090

Running unit and integration tests locally

  1. npm start
  2. npm run setup-webdriver (you only have to run this once)
  3. npm run start-webdriver
  4. npm test
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].