https://github.com/tabuckner/react-express-boiler
boilerplate for a simple react dev server
https://github.com/tabuckner/react-express-boiler
Last synced: 2 months ago
JSON representation
boilerplate for a simple react dev server
- Host: GitHub
- URL: https://github.com/tabuckner/react-express-boiler
- Owner: tabuckner
- Created: 2018-01-13T21:52:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T22:52:30.000Z (over 8 years ago)
- Last Synced: 2025-03-18T17:58:33.319Z (over 1 year ago)
- Language: JavaScript
- Size: 123 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React/Express Boilerplate
A simple boilerplate for getting a development environment running for React projects.
Utilizes Create-React-App, Concurrent, and.....nope thats it.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
node/npm
If using VS Code it helps to also grab the React Native extension
### Installing
Simple installation...
From the root directory of the project
```
npm run install-all
```
### Running Development Server
Simple startup...
From the root directory of the project
```
npm run dev
```
## Running the tests
See ./client/README.md
### Break down into end to end tests
See ./client/README.md
## Deployment
See ./client/README.md
## Contributing
Submit a PR and @mention me.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details