Skip to content

A very simple app in react.js created in a Dojo by ThoughtWorks

Notifications You must be signed in to change notification settings

alexcuesta/react.js.dojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react.js.dojo

A very simple app in react.js created in a Dojo by ThoughtWorks based on the repo by Christian Caroli: Astronauts in Space

Installation

  • You need node
  • npm i

Lifecycle

  • To serve in your browser: npm start
  • To generate a production build: npm build

Easy way to serve files

Install serve.

  • npm install -g serve
  • serve -s build

hint: npm build will actually suggest you that ^

About

A very simple app in react.js created in a Dojo by ThoughtWorks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published