https://github.com/adenugbamichael/fullstack-config
A complete configuration setup for a fullstack react project.
https://github.com/adenugbamichael/fullstack-config
Last synced: 2 months ago
JSON representation
A complete configuration setup for a fullstack react project.
- Host: GitHub
- URL: https://github.com/adenugbamichael/fullstack-config
- Owner: adenugbamichael
- Created: 2024-07-21T19:14:13.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-07-23T06:35:04.000Z (10 months ago)
- Last Synced: 2025-01-24T21:31:57.128Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Projects Setup /
_Preparing For Full-Stack Development_
## Requirements
Please install the following, if you do not already have them installed:
- Node.js v20.10.0
- Git v2.43.0
- Visual Studio Code v1.84.2The versions listed above are the ones used in the book. While installing a newer version should not be an issue, please note that certain steps might work differently on a newer version. If you are having an issue with the code and steps provided in this book, please try using the mentioned versions.
## Install
If you cloned the full repository for the book, Husky may not find the `.git` directory when running `npm install`. In that case, just run `git init` in the root of the corresponding chapter folder.
```bash
git init
npm install
```## Start
To start the app in development mode, run the following command:
```bash
npm run dev
```