Skip to content

Basic Boiler plate with webpack, react, and typescript (Partially borrowed from Lippy)

Notifications You must be signed in to change notification settings

Angusross111/webpack-react-typescript-boilerplate

Repository files navigation

Repository for the Decision support Tool

This repository contains a front end webpage for visualising map data, as well as a backend server for processing data

Hot Reloading and Production Builds

For dev work - use the webpack-dev-server

npm run build-dev

A minified build can also be produced for a proper deployment using

npm run build-prod

Config for webpack can be done in the root webpack.*.js files.

About

Basic Boiler plate with webpack, react, and typescript (Partially borrowed from Lippy)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published