Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 545 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 545 Bytes

react-minimal

React Minimal template

Survival template for the React course

Getting started

Fork the repository into your own GitHub account.

Clone the repository.

From the local folder in which you clone the repository:

Install the dependencies using the command npm install.

Start the app using the command npm start.

A live server should open at http://localhost:3000/.

Production build

Run the command npm run build to create the production files.

The files are created in the build/ folder.