Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)