Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 570 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 570 Bytes

This project was generated first from GieMik8/react-ts-starter.

Start up project

This will require serveral terminals to be opened.

Install dependencies

npm install

In the project directory run (this will run api server for application):

npm run server

Open another terminal and run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

To learn React, check out the React documentation.