React-TypeScript-CRUD
React-TypeScript-CRUD copied to clipboard
React use Typescript CRUD simple app
React use Typescript CRUD simple app
This is the React use Typescript CRUD simple app!
View Demo
·
Report Bug
·
Request Feature
Table of Contents
-
About The Project
- Built With
-
Getting Started
- Prerequisites
- Installation
- Usage
- Roadmap
- Contributing
- License
- Contact
About The Project
This is the React use Typescript CRUD simple app Thank you for your visit and we look forward to hearing from you!
Built With
Server
Client
Getting Started
I have apply EJS to an Express application, include repeatable parts of your site, and pass data to the views.
Prerequisites
You need setup prerequisites:
-
nodemon
npm i nodemon -g
Installation
-
Get connection of MongoDB at [https://www.mongodb.com/)
-
Clone the repo
git clone https://github.com/dinhphuc/React-TypeScript-CRUD.git -
Install NPM packages
cd backend npm install cd frontend/React_TS npm install -
Rename and edit file in
Exemple.envto.envPORT = 3001 URI_MONGO = 'URI' DOMAIN = 'http://localhost:3001' -
Start server for dev using nodemon
cd backend npm install cd frontend/React_TS npm run start
Usage
Loading .....
Roadmap
Loading .....
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE for more information.
Contact
Dinh Phuc - @facbook - [email protected]
Project Link: https://github.com/dinhphuc/React-TypeScript-CRUD

