https://github.com/sunithvs/carenest-frontend
https://github.com/sunithvs/carenest-frontend
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sunithvs/carenest-frontend
- Owner: sunithvs
- Created: 2022-06-06T05:32:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T10:55:53.000Z (about 4 years ago)
- Last Synced: 2024-10-18T23:21:20.095Z (over 1 year ago)
- Language: TypeScript
- Size: 2.57 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Download the starter kit
npx degit https://github.com/gopinav/React-TypeScript-Webpack-Starter my-app
## Install dependencies
cd my-app &&
yarn
## Run dev server
yarn start
## Build
yarn build