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: 2 months ago
JSON representation
Accelerator for TypeScript and React.js.
- Host: GitHub
- URL: https://github.com/hjfitz/boilerplate-typescript-react
- Owner: hjfitz
- License: gpl-2.0
- Created: 2017-07-13T14:41:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T05:48:53.000Z (over 7 years ago)
- Last Synced: 2025-01-14T03:38:55.612Z (4 months ago)
- Topics: airbnb, babel, eslint, gpl, node, node-js, react, react-js, tyepscript, webpack
- Language: JavaScript
- Homepage:
- Size: 573 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`