/1-create-1st-app

Thoughtwork's React Dojo for june 26th, 2017

Primary LanguageJavaScript

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 ^