https://github.com/eltonlazzarin/simple-typescript-app
This is a simple project built in ReacJS and TypeScript
https://github.com/eltonlazzarin/simple-typescript-app
axios axios-restful cors development express flexbox nodejs reactjs typescript vscode yarn
Last synced: 2 months ago
JSON representation
This is a simple project built in ReacJS and TypeScript
- Host: GitHub
- URL: https://github.com/eltonlazzarin/simple-typescript-app
- Owner: eltonlazzarin
- Created: 2020-03-12T00:27:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T22:23:04.000Z (about 6 years ago)
- Last Synced: 2025-07-14T23:38:21.109Z (11 months ago)
- Topics: axios, axios-restful, cors, development, express, flexbox, nodejs, reactjs, typescript, vscode, yarn
- Language: TypeScript
- Homepage:
- Size: 405 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple project built in ReacJS and TypeScript

## :rocket: Backend Technologies
- [Node.js](https://nodejs.org/)
- [Express](https://expressjs.com/)
- [Cors](https://github.com/expressjs/cors)
- [VS Code](https://code.visualstudio.com/)
## :information_source: How To Use
```bash
# Clone this repository
$ git clone https://github.com/eltonlazzarin/simple-typescript-app.git
# Go into the repository
$ cd backend
# Install dependencies
$ yarn
# Run the app
$ yarn dev:server
```
## :memo: License
This project is under the MIT license.
---

## :rocket: Frontend Technologies (WebApp)
- [ReactJS](https://reactjs.org/)
- [typescript](https://github.com/microsoft/TypeScript)
- [Axios](https://github.com/axios/axios)
- [VS Code](https://code.visualstudio.com)
## :information_source: How To Use
```bash
# Clone this repository
$ git clone https://github.com/eltonlazzarin/simple-typescript-app.git
# Go into the repository
$ cd frontend
# Install dependencies
$ yarn
# Run the app
$ yarn start
```
## :memo: License
This project is under the MIT license.
---
Made with ♥ by Elton Lazzarin :wave: [Get in touch!](https://www.linkedin.com/in/eltonlazzarin/)