Thanks to visit codestin.com
Credit goes to github.com

Skip to content

orangehelicopter/wg-overlord

Repository files navigation

react-typescript-bootstrap-webpack-starter

A basic starter for a project build with ReactJS, Typescript, Webpack 2 and Bootstrap

Usage

Getting started

At first you have to install all node modules:

npm install

Afterwards you can start the app with:

npm start

Then will then have a server running at http://localhost:3000 with hot code replacement and live reloading in the browser.

Building a distribution

If you want to build a distribution, you have to execute

npm run build:dev

or

npm run build:prod

In the prod distribution all js- and css-files are uglified and there are no source maps.

You will find the distribution under /dist.

Testing

You can run the tests with

npm test

If you want to develop against the tests with hot reloading, you have to execute

npm run test:watch

The following technologies are used for writing and running tests:

External resources

Creator

Stephan Zerhusen

Copyright and license

The code is released under the MIT license.


Please feel free to send me some feedback or questions!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •