Skip to content

This is a pre-configured react app with typescript, axios, react-router,redux(thunk) and styled-components

License

Notifications You must be signed in to change notification settings

matwming/react-template

Repository files navigation

Introduction

Folder Structure

  • The app is organized by features (inspired by angular feature modules)

  • This app is created by create-react-app and pre-configured with typescript,axios, react-router,redux (thunk), and styled-components; You just need to focus on your business logic. No more time wasted on configuring your create-react-app;

  • just run the following command to start the program
yarn install
npm start
  • if you want to add pages, just go to Navigation/rootNavigation.tsx to configure it and add pages under Pages folder
  • To make a network request, just
import axios from "./config/config" 

About

This is a pre-configured react app with typescript, axios, react-router,redux(thunk) and styled-components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published