To get started with the Techapps project, we recommend the following configuration:
- Node.js: v14.x or higher
- npm: v6.x or higher
- IDE: Visual Studio Code or any other code editor of your choice
- Browser: Latest version of Chrome, Firefox, or Edge
- Clone the repository:
git clone https://github.com/techaboo/techapps.git
- Navigate to the project directory:
cd techapps
- Install dependencies:
npm install
- Start the development server:
npm start
- ESLint: For code linting
- Prettier: For code formatting
- Jest: For running tests