Skip to content

Clean and slim Typescript React project template.

Notifications You must be signed in to change notification settings

marceloaugusto80/react-template

Repository files navigation

React + Typescript template

Overview

Basic react web frontend template.


Details

This project uses the following libs:


Setup

Clone the repo.

Install Node if it's not already installed.

Open the terminal in the project folder and type:

npm install

That will install the project dependencies.


Run

To run the app, type:

npm start

it will build and serve the application with hot reloading.


Tests:

Open the terminal in the project folder and run:

npm test

Shipping:

Open the terminal and type:

npm run build

The output will be in the dist folder.