Skip to content

alanmulhall/omniscient-isomorphic

Repository files navigation

Omniscient isomorphic prototype

A quick prototype using Omniscient, React and Express js to build a isomorphic app. Its not production ready but serves as a proof of concept.

Install

  • Install node
  • Install webpack-dev-server globally: npm install webpack-dev-server 6to5 -g
  • cd into application route directory and run npm install

Build and Run

  • Open a terminal session and run the express server npm start inside the application route folder
  • Open another terminal session and cd into the application route directory
  • Run the client code via the built in webpack dev server npm run client
  • Open a web browser: localhost:3000

Motivation

To learn about Omniscient and React. Feedback and changes are welcome.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published