This is the React use Typescript CRUD simple app!
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is the React use Typescript CRUD simple app Thank you for your visit and we look forward to hearing from you!
Server
Client
I have apply EJS to an Express application, include repeatable parts of your site, and pass data to the views.
You need setup prerequisites:
-
nodemon
npm i nodemon -g
-
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.env
to.env
PORT = 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
Loading .....
Loading .....
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
Distributed under the MIT License. See LICENSE
for more information.
Dinh Phuc - @facbook - phucnd.zit@gmail.com
Project Link: https://github.com/dinhphuc/React-TypeScript-CRUD