https://github.com/bhokloo/react-sass-typescript-webpack
https://github.com/bhokloo/react-sass-typescript-webpack
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bhokloo/react-sass-typescript-webpack
- Owner: bhokloo
- Created: 2022-10-01T17:34:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T17:37:35.000Z (over 2 years ago)
- Last Synced: 2025-01-22T01:18:43.659Z (4 months ago)
- Language: TypeScript
- Size: 2.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install dependencies
npm install## Run dev server
npm run start## Build
npm run build## Test Build (production)
cd .\build\
npx serve