An open API service indexing awesome lists of open source software.

https://github.com/jimthedev/with-dynamic-imports

Accidental hard fork of https://github.com/kimmelsg/react-starter
https://github.com/jimthedev/with-dynamic-imports

Last synced: 3 months ago
JSON representation

Accidental hard fork of https://github.com/kimmelsg/react-starter

Awesome Lists containing this project

README

        

# react-starter
React 16+ starter kit (Typescript, React Router, VS Code)

This is a starter kit that has jest testing, prettier, typescript, react router, and full VS Code integration.
On commit, prettier, typescript, and jest tests that are changed will be ran.

## Start

Clone the repo and `npm install`.

Open VS Code, in the debugger tab, start `Server / Browser`. The app is now running in Chrome. Any errors will be shown on the correct line in your editor.

## Develop

Start adding views to the views folder and get going!

## Build for production

`npm run build`

## Test

`npm test`

Watch

`npm test -- --watchAll`