Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mohamedsamara/react-node-typescript

Fullstack TypeScript Template
https://github.com/mohamedsamara/react-node-typescript

node postcss pwa react sass typescript webpack workbox

Last synced: 26 days ago
JSON representation

Fullstack TypeScript Template

Awesome Lists containing this project

README

        

# React Node TypeScript

# Description



This project is a template starter example of TypeScript client & server with webpack.


Libraries Used

- [Node](https://nodejs.org/en/)

- [Express](https://expressjs.com/)

- [React](https://reactjs.org/)

- [Webpack](https://webpack.js.org/)

- [TypeScript](https://www.typescriptlang.org/)

- [Workbox](https://developers.google.com/web/tools/workbox)

## Quick start

1. Clone this repo using `git clone https://github.com/mohamedsamara/react-node-typescript.git`
2. Move to the directory: `cd `.

3. Run `yarn install` in order to install dependencies.

## Start development

```
yarn run dev
```

## Simple build for production

```
yarn build
```

## Run build for production

```
yarn start
```