Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miriarte33/fullstack-boilerplate
Boilerplate for React + Express Fullstack Web Applications
https://github.com/miriarte33/fullstack-boilerplate
Last synced: about 15 hours ago
JSON representation
Boilerplate for React + Express Fullstack Web Applications
- Host: GitHub
- URL: https://github.com/miriarte33/fullstack-boilerplate
- Owner: miriarte33
- Created: 2018-11-19T01:58:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T01:58:49.000Z (almost 6 years ago)
- Last Synced: 2023-12-26T20:54:53.301Z (11 months ago)
- Language: JavaScript
- Size: 4.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full Stack app boilerplate #
This is a boilerplate for creating full stack applications using React and Express. Created following a tutorial by [Brad Traversy](https://www.youtube.com/watch?v=v0t42xBIYIs&index=2&list=LLonK6UW11g8jbqKTEEF7PuQ&t=247s).
## Instructions ##
The express code for using the database is in ```server.js```.
For now there is only a hard coded array, but normally this is where any MySQL or MongoDB databases would be used. All client-side React code should be put in the ```client``` directory.
## To Run ##
Run ```npm install``` in the root directory to install the Express dependencis. Then ```cd client``` to get to the client directory and run ```npm install``` to install the React dependencies. Back in the root directory, run ```npm run dev``` to start the server as well as the app.