alexcuesta / react.js.dojo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 66.5%Language:HTML 25.7%Language:CSS 7.8%