An open API service indexing awesome lists of open source software.

https://github.com/manojc/react-demo

react-demo
https://github.com/manojc/react-demo

Last synced: 2 months ago
JSON representation

react-demo

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]

---