Typescript React Boilerplate
Add your own API end points in server
$ yarn install
$ tsc -w // complies and -w (watches)
$ webpack -w // bundles and -w (watches)
$ yarn start
Contributions to this project are always welcome and highly encouraged.
MIT License (MIT)