Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

lmammino/judo-heroes-2

Repository files navigation

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

Build StatusDeploy

Setup

git clone git@github.com:lmammino/judo-heroes-2.gitcd judo-heroes-2yarn# or `npm i` if not using yarn

Available commands

Available commands to run withnpm 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 bookNode.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 byopening an issue or bysending a pull request.

License

Licensed underMIT License. © Luciano Mammino.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp