Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 448 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 448 Bytes

React 17 starter project for Code App

  • Support hot reloading
  • Preserve states between reloads using react-hot-loader

To start, run these commands in the terminal:

npm i
npm run start

To preview the project, open Safari in split view and visit localhost:3000.

image