https://github.com/jojonarte/screaming-react-express
Screaming architecture concept using Express, ReactJS and Webpack (not using create-react-app)
https://github.com/jojonarte/screaming-react-express
express react screaming-architecture webpack
Last synced: over 1 year ago
JSON representation
Screaming architecture concept using Express, ReactJS and Webpack (not using create-react-app)
- Host: GitHub
- URL: https://github.com/jojonarte/screaming-react-express
- Owner: jojonarte
- License: mit
- Archived: true
- Created: 2020-08-17T13:50:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:57:56.000Z (over 3 years ago)
- Last Synced: 2025-02-14T03:26:00.224Z (over 1 year ago)
- Topics: express, react, screaming-architecture, webpack
- Language: JavaScript
- Homepage:
- Size: 1.32 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Non CRA React Template
Barebones React template to get you up and running.
## Installation
- Use this template (will generate repository for you)
```bash
git clone
cd
npm install
```
## Running development
```bash
npm run dev
```
## Running production
```bash
npm run prod
```
## Upcoming features
- Code Splitting
# License
[MIT](https://choosealicense.com/licenses/mit)