Kata for Single-Page applications. In React, TypeScript and Javascript.
- npm:
4.5.0
- node:
v7.8.0
- yarn:
v0.27.5
ℹ️ if you need to keep a different version of Node.js on your machine, you can use nvm to manage different versions of Node.js.
cd app1
yarn
yarn start
This will start the web app development server usually at http://localhost:3000/
.
Go to App.js
and change the message. The app should re build itself and reload the content with your changes.