Skip to content

A sample Single Page Application using a Cro backend and a React/Redux frontend

Notifications You must be signed in to change notification settings

croservices/sample-app-spa-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cro + React/Redux Single Page Application Sample

This is a sample application showing the use of a Cro backend together with a React/Redux frontend written using ES6 (the latest JavaScript, compiled down to the kind of JavaScript browsers understand). It uses both HTTP and web sockets to communicate.

There is a tutorial that walks step by step through the creation of this application. To simply run the application, first install Cro:

zef install --/test cro

And then, after cloning this repository, and changing into its directory, do:

zef install --depsonly .
npm install .
npm run build
cro run

About

A sample Single Page Application using a Cro backend and a React/Redux frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages