Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 560 Bytes

File metadata and controls

44 lines (28 loc) · 560 Bytes

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