Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mohamedsamara/react-node-typescript
- Owner: mohamedsamara
- License: mit
- Created: 2022-04-03T03:36:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T03:14:58.000Z (over 2 years ago)
- Last Synced: 2024-11-09T05:42:36.700Z (3 months ago)
- Topics: node, postcss, pwa, react, sass, typescript, webpack, workbox
- Language: TypeScript
- Homepage:
- Size: 3.62 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```