All Projects → lmammino → Judo Heroes 2

lmammino / Judo Heroes 2

Licence: mit
Universal Javascript sample application with React Router 4 and Express 5 (Enhanced version of https://github.com/lmammino/judo-heroes)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Judo Heroes 2

Judo Heroes
A React application to showcase rendering with Universal JavaScript
Stars: ✭ 373 (+104.95%)
Mutual labels:  universal, tutorial, tutorials, universal-app
Flask Session Tutorial
💾 🙇 Example Flask project for implementing Flask-Session with Redis.
Stars: ✭ 69 (-62.09%)
Mutual labels:  tutorial, tutorials
Python Beginner Programming Exercises
Practice your Python programming skills with this interactive and auto-graded set of exercises.
Stars: ✭ 47 (-74.18%)
Mutual labels:  tutorial, tutorials
React Redux Boilerplate
It is a boilerplate of React-Redux as the infrastructure, which helps to setup a Web APP quickly
Stars: ✭ 113 (-37.91%)
Mutual labels:  universal, tutorial
Introductiontovulkan
Source code examples for "API without Secrets: Introduction to Vulkan" tutorial
Stars: ✭ 972 (+434.07%)
Mutual labels:  tutorial, tutorials
Opencv Tutorials
Tutorials for learning OpenCV in Python from Scratch
Stars: ✭ 36 (-80.22%)
Mutual labels:  tutorial, tutorials
Pytorch Pos Tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
Stars: ✭ 96 (-47.25%)
Mutual labels:  tutorial, tutorials
Lc3 Vm
Write your own virtual machine for the LC-3 computer!
Stars: ✭ 631 (+246.7%)
Mutual labels:  tutorial, tutorials
Norrisbot
a Slack bot that kicks asses (roundhouse-kicks to be accurate...)
Stars: ✭ 134 (-26.37%)
Mutual labels:  tutorial, tutorials
Universal React Tutorial
📓 How to build universal web apps with React.
Stars: ✭ 136 (-25.27%)
Mutual labels:  universal, tutorial
Imageprocessing
MicaSense RedEdge and Altum image processing tutorials
Stars: ✭ 139 (-23.63%)
Mutual labels:  tutorial, tutorials
Awesome Android Things
A curated list of awesome android things tutorials, libraries and much more at one place
Stars: ✭ 883 (+385.16%)
Mutual labels:  tutorial, tutorials
Haxejs
Documentation about using JavaScript with Haxe
Stars: ✭ 25 (-86.26%)
Mutual labels:  tutorial, tutorials
Tortilla
The Framework for tutorials
Stars: ✭ 43 (-76.37%)
Mutual labels:  tutorial, tutorials
Python Tutorial
A Python 3 programming tutorial for beginners.
Stars: ✭ 647 (+255.49%)
Mutual labels:  tutorial, tutorials
Custom Cortana Commands Template
This is a template for how to register custom Cortana commands on Windows 10.
Stars: ✭ 84 (-53.85%)
Mutual labels:  tutorial, universal-app
Pharo Wiki
Wiki related to the Pharo programming language and environment.
Stars: ✭ 161 (-11.54%)
Mutual labels:  tutorial, tutorials
Rxjava2 Android Samples
RxJava 2 Android Examples - Migration From RxJava 1 to RxJava 2 - How to use RxJava 2 in Android
Stars: ✭ 4,950 (+2619.78%)
Mutual labels:  tutorial, tutorials
Awesome Nextjs
📔 📚 A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications)
Stars: ✭ 6,812 (+3642.86%)
Mutual labels:  universal, tutorials
Git Cheats
Git Cheats - Interactive Cheatsheet For Git Commands
Stars: ✭ 124 (-31.87%)
Mutual labels:  tutorial, tutorials

judo-heroes-2

Universal JavaScript sample application with React Router 4 and Express 5 (Enhanced version of https://github.com/lmammino/judo-heroes)

Build Status Deploy

Setup

git clone [email protected]:lmammino/judo-heroes-2.git
cd judo-heroes-2
yarn # or `npm i` if not using yarn

Available commands

Available commands to run with npm run:

  • start: build the production package and run the production server (no universal)
  • start:universal: build the production package and run the production server with universal rendering
  • start:dev: build the dev package and run the server in dev mode (no universal rendering — auto-restarts on changes)
  • start:dev:universal: build the dev package and run the server in dev mode with universal rendering (auto-restarts on changes)
  • build: build the production package
  • build:dev: build the dev package
  • build:dev:watch: build the dev package in watch mode (listen for changes and re-build immediately)

Want to know more about Node.js, React and Universal JavaScript?

If you want to know more about Universal JavaScript and improve your application even more (e.g. by adding Universal Data Retrival using REST APIs) I definitely recommend to read the chapter Universal JavaScript for Web Applications on my book Node.js Design Patterns Second Edition (Packt):

Node.js Design Patterns Second Edition by Mario Casciaro and Luciano Mammino

Contributing

Everyone is very welcome to contribute to this project. You can contribute just by submitting bugs or suggesting improvements by opening an issue or by sending a pull request.

License

Licensed under MIT License. © Luciano Mammino.

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].