/fullstack-web-sw

Simple, Useful Full Stack Express and React Application & api client.

Primary LanguageTypeScript

Full Stack React Express Web Application

Introduction

This repository contains a simple Full Stack Express / React application. It is intended to demonstrate as wide an array of features as possible while still keeping the app simple and easy to understand.

Installation

First, install the programs required to run the application:

Next, clone this repository and install dependencies:

git clone https://github.com/mertsert/fullstack-web-sw.git
npm install

Now, start the development environment with the following command:

npm run server