Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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
- Created: 2020-08-17T13:50:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:57:56.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T23:21:50.591Z (7 months ago)
- Topics: express, react, screaming-architecture, webpack
- Language: JavaScript
- Homepage:
- Size: 1.32 MB
- Stars: 2
- 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)