Friday, September 9, 2022

React Boilerplate

  1. Setup VSCode
  2. Create new react project
  3. Setup package.json
  4. Setup Typescript
  5. Setup Webpack
  6. Setup folder Structure
    1. src
      1. APIs
      2. Assets
      3. Components
      4. Models
      5. Containers/Pages
      6. Hooks
      7. Redux/store
      8. Utils
      9. Wrappers (optional)
    2. tests
    3. configs

No comments:

Post a Comment

Deploy a Next.js Application on Azure Web App ( Part 1)

Today, we are going to deploy a very simple web application build using Next.JS framework on Microsoft Azure Web App. This blog is split int...