/react-webpack-typescript

This repository created for https://medium.com/@evheniybystrov/react-app-with-typescript-and-custom-webpack-config-e0e110a61615

Primary LanguageTypeScript

The Project

This code created for article: React app with Typescript and custom Webpack config

Installation

To install node.js using NVM run:

nvm install
nvm use

Then install all dependencies:

npm ci

Using

Development

To run the project in development mode:

npm start

Production

To build the project for production:

npm run build

Testing

To run tests:

npm test