tw-react-dojo / 1-create-1st-app

Thoughtwork's React Dojo for june 26th, 2017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Thoughtwork's React Dojo for june 26th, 2017


Languages

Language:JavaScript 49.5%Language:HTML 45.1%Language:CSS 5.4%