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
- Host: GitHub
- URL: https://github.com/olegweremyew/production-project
- Owner: OlegWeremyew
- Created: 2023-07-14T20:57:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T18:36:27.000Z (almost 2 years ago)
- Last Synced: 2024-08-17T21:29:46.657Z (almost 2 years ago)
- Topics: jest, react, redux-toolkit, storybook, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 633 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```