https://github.com/manojc/react-demo
react-demo
https://github.com/manojc/react-demo
Last synced: 2 months ago
JSON representation
react-demo
- Host: GitHub
- URL: https://github.com/manojc/react-demo
- Owner: manojc
- License: mit
- Created: 2019-06-25T07:11:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:18:30.000Z (over 2 years ago)
- Last Synced: 2025-01-03T22:34:13.268Z (4 months ago)
- Language: TypeScript
- Size: 1.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-demo
This demo covers basics of `react`.It uses `typescript` & `webpack` for the compilation.
Follow following steps to setup the project -
```bash
# install node dependencies
npm i# build webpack
npm run build# in case of watch mode
npm start# server the `index.html`
npm run serve```
---## Author
Manoj Chalode - [email protected]---