Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hjfitz/boilerplate-typescript-react

Accelerator for TypeScript and React.js.
https://github.com/hjfitz/boilerplate-typescript-react

airbnb babel eslint gpl node node-js react react-js tyepscript webpack

Last synced: about 2 months ago
JSON representation

Accelerator for TypeScript and React.js.

Awesome Lists containing this project

README

        

# React x TypeScript Boilerplate
Contains the basic skel + setup for a React and TypeScript website.

## Setup
1. Clone the repository

`git clone [email protected]:hjfitz/Boilerplate-TypeScript-React.git`

2. Install any dependencies

`yarn install`

## Dev

1. Ensure that webpack is watching.

`webpack -w`

2. Ensure that the server is running

`heroku local`