Skip to content

JohnLatties/react-redux-saga-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-redux-saga-typescript

Set up

Here's the technical stack this boilerplate was made with:

Front end

Back end

Usage

  1. Start the API. (Run the following commands within the backend folder)

    a. Install the dependencies

    npm install

    b. Run tests

    npm run test

    c. Run the HTTP server (will start on port 3002)

    npm run dev
  2. Start the React app (Run the following commands within the frontend folder)

    a. Install the dependencies

    npm install

    b. Run tests

    npm run test

    c. Run the application (will start on port 3000)

    npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages