A full-featured react SPA starter
Arranged by hdpinto https://github.com/hdpinto/react-typescript-spa-starter
- Sensible ESLint Rules with prettier and typescript defaults
- Sass & autoprefixer
- Babel 7
- Webpack & Webpack dev server
- Typescript
- Editorconfig
- Bulma CSS
- Tests using jest (coming soon)
| command | action |
|---|---|
start:dev |
Starts up the webpack dev server and serves your app on http://localhost:9001, watches code and hot-reloads |
watch:dev |
Watches your code for changes and builds the bundle, no webpack dev server. Good if you have your own server |
build:dev |
Builds your app once |
build |
Builds your app with the production flag |
test |
Runs tests (to do) |