Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d-sanderson/fullstack-react
Repo for https://www.fullstackreact.com/
https://github.com/d-sanderson/fullstack-react
Last synced: about 1 month ago
JSON representation
Repo for https://www.fullstackreact.com/
- Host: GitHub
- URL: https://github.com/d-sanderson/fullstack-react
- Owner: d-sanderson
- Created: 2019-09-25T15:29:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T00:29:16.000Z (about 2 years ago)
- Last Synced: 2024-04-17T05:05:49.359Z (9 months ago)
- Language: JavaScript
- Size: 13.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 114
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code examples for the React Book
## Setup
Please refer to the first chapter in the book for instructions on setting up your environment with Node & npm.
## Installing packages for all projects
You can install all the packages for all the projects up front, saving you time in the future. To do so, from this directory:
```
npm i
npm run install-all
```Unless you have a quantum computer connected directly to an Amazon data center, this task will take a long time to complete.
## Running the code
See the respective `README.md` for each project.