An open API service indexing awesome lists of open source software.

https://github.com/olegweremyew/production-project

React + TS + Jest + Webpack
https://github.com/olegweremyew/production-project

jest react redux-toolkit storybook typescript webpack

Last synced: 3 months ago
JSON representation

React + TS + Jest + Webpack

Awesome Lists containing this project

README

          

# Production project

## Setup

Make sure to install the dependencies:

```bash
npm i
```

## Development Server

Start the development server on `http://localhost:3000`

```bash
npm run dev
```

## Production

Build the application for production:

```bash
npm run build
```