Skip to content

A very minimal starting point for a universal app with server-side rendering using React

Notifications You must be signed in to change notification settings

pmadruga/universal-app-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency Status

Universal starter pack

Something to use to bootstrap a project fastly. NodeJS serving a React-rendered website.

Tech stack

  • React (Client + Server) rendered
  • NodeJS + Express
  • Webpack for client bundling
  • Bootstrap v4 alpha2

Install

npm install

Dev environment start

npm run dev

Structure

  • The index.html is rendered server-side, with the help from React.
  • Instead of a single page application, the project is made with micro services, organized by route. This means that each route can have its own set of technologies, instead of being stuck to one library/framework.

About

A very minimal starting point for a universal app with server-side rendering using React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published