Skip to content

jamescclare/react-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React 17 Template

A SPA project template using React 17, Typescript, Webpack 5 and Babel 7.

Motivation

This repo is intended as a easily-accessible launching point for a fresh React app.

Setup

To setup the project, run:

  1. npm i
  2. npm run dev

Production build

To build for production, run:

npm run build