1.0.0 • Published 4 months ago

qreact-project-starter-ssl v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

Introduction

React Project Starter Framework - Bootstrap a new React web applications without any hassle. Check out the complete documentation HERE.

Technologies used: React.js | Next.js | TypeScript | Redux Toolkit | RTK Query | Tailwind | Prettier | ESLint | React Hook Form | DayJS | Yarn | Docker |

Prerequisites

  1. Node.js version greater than or equals to 18.17 - it is recommended to use Node.js 20.10.0 LTS.
  2. Installed Node.js should be 64bit (x64) version.
  3. If you need older Node.js versions for other projects, please use NVM to make changing versions easier.
  4. Docker should be installed in your machine. Docker for Windows | Docker for Linux | Docker for Mac
  5. Git should be installed and configured correctly.
  6. Yarn should be installed. Install Guide
  7. These VSCode extensions should be installed: ESLint | Prettier | Import Cost

Installation

At first install the framework directly from NPM Package Manager

npx react-project-starter-ssl

When prompted write your project name and port to display the application

Name: test_project
Port: 3000

Open the project directory in your terminal

cd test_project

Open the application with your code editor. It is good to use VSCode.

To run the application enter this command

yarn dev

Your project is now ready! You can view the starting page at localhost:THE_PORT_YOU_GIVEN If the port you entered during setup is not free, it will open in the next port.

1.0.0

4 months ago