/react-boilerplate

Simple React Typescript boilerplate application.

Primary LanguageJavaScript

React Boilerplate App

The is created to give you a no frills jumping point to a React app using TypeScript. Instead of using create-react-app(CRA) everything is hand built to only include the basics.

Getting Started

Install Dependencies

npm install

Run Development Server

npm run serve

Run Unit Tests

npm run test

Build Production Code

npm run build