• This repository has been archived on 06/Feb/2023
  • Stars
    star
    853
  • Rank 53,438 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 8 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

(DEPRECATED) Minimal starter with hot module replacement (HMR) for rapid development.

DEPRECATED

This project is no longer maintained, please consider using the following projects instead:


React Webpack Typescript Starter

Minimal starter with hot module replacement (HMR) for rapid development.

Installation

  1. Clone/download repo
  2. yarn install (or npm install for npm)

Usage

Development

yarn run start-dev

  • Build app continuously (HMR enabled)
  • App served @ http://localhost:8080

Production

yarn run start-prod

  • Build app once (HMR disabled) to /dist/
  • App served @ http://localhost:3000

All commands

Command Description
yarn run start-dev Build app continuously (HMR enabled) and serve @ http://localhost:8080
yarn run start-prod Build app once (HMR disabled) to /dist/ and serve @ http://localhost:3000
yarn run build Build app to /dist/
yarn run test Run tests
yarn run lint Run linter
yarn run lint --fix Run linter and fix issues
yarn run start (alias of yarn run start-dev)

Note: replace yarn with npm in package.json if you use npm.

See also

More Repositories

1

react-webpack-babel-starter

(DEPRECATED) Minimal starter with hot module replacement (HMR) for rapid development.
JavaScript
83
star
2

mongoose-mpath

Mongoose plugin for tree hierarchy using the materialized path pattern.
JavaScript
67
star
3

isomorphic-webapp-starter

Isomorphic webapp starter (MongoDB, Express, React, Redux, Node)
JavaScript
12
star
4

synthwave-alpha

Synthwave inspired color palette 🎨
Python
8
star
5

qw-streambot

Setup for automated QuakeWorld client accepting commands via Twitch chat.
Go
7
star
6

qw-hub-api

API serving QuakeWorld info.
HTML
6
star
7

qw-streambot-ezquake

ezQuake setup used for QuakeWorld stream bot.
6
star
8

twitch-chatbot

Twitch chatbot in Go (Golang)
Go
5
star
9

mongoose-middleware-test

Example of how to test mongoose middleware without a database connection and/or triggering a model method (save/update etc).
JavaScript
4
star
10

qw-assets

QuakeWorld assets.
Shell
4
star
11

qw-mapshots

Screenshots of QuakeWorld maps (mapshots).
4
star
12

xmas

πŸŽ…
4
star
13

domain-name-util

Domain name utility functions for Node.
JavaScript
3
star
14

draft

Single page app for drafting.
JavaScript
3
star
15

udpclient

UDP client for Go.
Go
2
star
16

carmack

QuakeWorld utility bot for Discord.
Go
2
star
17

qw-gfx

Online tools for editing QuakeWorld graphics.
TypeScript
2
star
18

vscode-theme-screenshots

Automate screenshots of Visual Studio Code themes.
TypeScript
2
star
19

exex-cli

CLI for extracting data from Excel documents.
Python
2
star
20

html5-templates

Copy/paste ready HTML5 templates.
2
star
21

quake.world-nonprofit

Quake.World official website.
Vue
2
star
22

python-package-starter

Create, build and publish PyPi compatible Python 3 packages with ease.
Python
2
star
23

masterstat-cli

CLI for fetching server addresses from QuakeWorld master servers.
Go
2
star
24

chromato

Color utilities for Python.
Python
2
star
25

twitch-ext-quakeworld

Twitch extension displaying QuakeWorld server information.
JavaScript
2
star
26

qw-demo-scraper

Downloads demos from QTVs, uploads to file storage and stores info in database.
Python
2
star
27

automapshot-fte

Automate screenshots of QuakeWorld maps (mapshots) using FTE and Playwright.
TypeScript
1
star
28

qw-servers-geoip

IP to geo location for QuakeWorld servers.
Python
1
star
29

synthwave-alpha-vscode

Synthwave inspired dark mode theme for Visual Studio Code.
1
star
30

quake_clientinfo

Parse QuakeWorld clientinfo strings.
Rust
1
star
31

qw-demos

Demos from popular QuakeWorld servers.
SCSS
1
star
32

vikpe.github.io

My synthwave inspired personal website.
SCSS
1
star
33

qw-server-overview

Overview of QuakeWorld servers.
JavaScript
1
star
34

masterstat-rust

Get server addresses from QuakeWorld master servers.
Rust
1
star
35

mvdparser

Extract information from QuakeWorld MVD demos.
Rust
1
star
36

quake_serverinfo

Parse QuakeWorld serverinfo strings.
Rust
1
star
37

quake_text

Utils for Quake strings and characters.
Rust
1
star
38

masterstat

Get server addresses from QuakeWorld master servers.
Go
1
star
39

serverstat

Get info from QuakeWorld servers.
Go
1
star
40

go-qwhub

API client for QuakeWorld Hub API in Go (Golang).
Go
1
star
41

fte-web-assets

Assets for web version of FTE Quake client
GLSL
1
star
42

udphelper

UDP test helper for Go.
Go
1
star
43

qwnum

QuakeWorld HUD numbers generator.
Vue
1
star
44

anyquake

WORK IN PROGRESS
Rust
1
star
45

quake_infostring

Parse QuakeWorld info strings.
Rust
1
star
46

serverstat-cli

CLI for getting info from QuakeWorld servers.
Go
1
star
47

php-html-heading-normalizer

PHP class for normalizing (promote/demote) HTML headings
PHP
1
star
48

automapshot-ezquake

(DEPRECATED) Automate screenshots of QuakeWorld maps (mapshots) using ezQuake.
Go
1
star
49

github-pages-starter

Fast builds, live reload, GitHub Pages ready.
JavaScript
1
star
50

domainprops

Python package for parsing domain name properties.
Python
1
star
51

go-ezquake

ezQuake utilities in Go (Golang)
Go
1
star
52

tinyudp

A tiny abstraction for UDP in Rust.
Rust
1
star
53

bspparser

Extract information from .bsp files.
Rust
1
star
54

mvdparser-js

Extract information from QuakeWorld MVD demos.
TypeScript
1
star
55

ktxstats

A crate for handling QuakeWorld KTX stats JSON files.
Rust
1
star
56

qw-demobot

WORK IN PROGRESS - Setup for automated QuakeWorld client streaming demos, accepting commands via Twitch chat.
Go
1
star
57

servers.qwlan.pl

Server overview for QW LAN Party in Poland
JavaScript
1
star
58

qtvstat

Get information from QTV servers.
Rust
1
star