Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mindstar0209/react-typescript-webpack-starter
This is starter template
https://github.com/mindstar0209/react-typescript-webpack-starter
Last synced: 17 days ago
JSON representation
This is starter template
- Host: GitHub
- URL: https://github.com/mindstar0209/react-typescript-webpack-starter
- Owner: mindstar0209
- Created: 2024-07-22T15:04:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T15:27:14.000Z (6 months ago)
- Last Synced: 2024-07-22T18:44:53.479Z (6 months ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Environment Kit
setup npm module 16 version
## Install dependencies
`npm install`
or
`yarn install`## Run dev server
`npm run start`
or
`yarn start`## Build
`npm build`
or
`yarn build`