Skip to content

TheDuckCreator/TDC-React-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDC React Template

FileSize

React-Redux-Express-Liff Bootstraping Template (Frontend and Backend) for The Duck Creator in 2021. Including

TDC Main Color #10ceab

Frontend

Backend

  • Runtime with Express and REST API (inside folder src/Server) that you can written in ES6 Styles because we have babel transfrom runtime
  • Database with Mongoose to modify your database on MongoDB
  • Utility with CORS, Body-parser

Collaborator

Running

To Using it clone this repository and install our dependencies with

    npm install

While you want to start project run this command

    npm run dev

Project will run on Port 3000 and backend will run on Port 7000

it will run concurently backend and fontends. Edit our config file at src\config.json and continues editing src/App.js for frontend and src/Server/index.js for backend