Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 644 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 644 Bytes

Template Repository

We will be storing the templates created for various different apps. Mostly here you will find vanilla react app template without using create-react-app. The idea behind it is to understand the project structure , dependecies configurations and how to make it work like a pro.

1. react-app-sw

This is a template react project with service workers It uses serviceworker-webpack-plugin for service worker integration within the react app. Other noteworthy dev dependencies inlcudes a. eslint b. Typescript c. webpack d. prettier

2. typescript-react

This is a lean project template for react + Webpack