Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 796 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 796 Bytes

Typescript based FullStack Boilerplate

Ever get tired of setting up solid typescript-react-expressjs project environment? Here is an awesome boilerplate that you can use to implement your exciting idea on the go. Save your time RIGHT NOW !!

Prerequisites

  • npm : node package manager

That's it. You're good to go !!

Integration Guide

For the most easiest integration

  1. Clone your new project repository from remote server

    cd ~/projects
    git clone https://github.com/your_user_name/my_project.git
  2. Copy core code using integrate.bash script

    cd ~/projects
    git clone https://github.com/litcoderr/tsx_fullstack_boilerplate.git
    cd tsx_fullstack_boilerplate
    
    bash integrate.bash ~/projects/my_project
  3. All set!!