evheniy / react-webpack-typescript

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 96.6%Language:SCSS 3.4%