SaaSBase
  • Home
Resources

Frontend Boilerplate - Typescript, React, Chakra UI

Arshdeep Saini

Dec 24, 2021 • 1 min read
Frontend Boilerplate - Typescript, React, Chakra UI
GitHub - bdcorps/react-frontend-typescript-chakra-ui
Contribute to bdcorps/react-frontend-typescript-chakra-ui development by creating an account on GitHub.
GitHubbdcorps

Sign up for more like this.

I'm ready to build →
Deploying your SaaS app using Kubernetes and Digital Ocean

Deploying your SaaS app using Kubernetes and Digital Ocean

* Languages: Node, React * Tools Used: Kubernetes, Docker * Time saved: 2 weeks -> 30 mins Create Sample Projects Step 1 - Create a project mkdir saasbase-project cd saasbase-project mkdir saasbase-fe mkdir saasbase-be Step 1 - Prepare your Frontend React app We've written a detailed guide on how to build and dockerize

  • Sukhpal Saini
Sukhpal Saini Mar 30, 2022 • 8 min read
Create a Backend project with Node.js, Typescript and Docker

Create a Backend project with Node.js, Typescript and Docker

Looking for the frontend React project? Click here. [https://www.saasbase.dev/create-a-new-frontend-project-with-react-and-typescript/] Step 1: Create a new Node.js project Create a new Node.js project by: mkdir saasbase-be cd saasbase-be npm init --yes npm i typescript ts-node dotenv cors express npm i -D ts-node-dev @types/node @types/express

  • Sukhpal Saini
Sukhpal Saini Mar 27, 2022 • 2 min read
Create a Frontend project with React and Typescript

Create a Frontend project with React and Typescript

Looking for the backend Node.js project? Click here [https://www.saasbase.dev/create-a-backend-project-with-node-js-and-typescript/] . Step 1: Create a new React project npx create-react-app react-frontend --template typescript cd react-frontend Run the app with: npm run start Step 2: Add env variables Create a .env : REACT_APP_SECRET_CODE=1234 Using it

  • Sukhpal Saini
Sukhpal Saini Mar 22, 2022 • 1 min read
SaaSBase © 2022
  • Candymail
Powered by Ghost