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

https://github.com/yogeshlonkar/reactapp

Sample react app with containerization
https://github.com/yogeshlonkar/reactapp

babel bootstrap fontawesome helmet react react-router-v4 scss webpack

Last synced: 3 months ago
JSON representation

Sample react app with containerization

Awesome Lists containing this project

README

          

# nodeapp
ReactJS sample app with containerization. Webpack is used for bundling. Bootstrap, font-awesome, Sass is used for styling. Babel is used for ES6 support. React-router is used for routing. Utilities like React helmet, Nprogress, lodash are also used.

Currently for [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) Users, Books section is available. It has back-end dependecy on [nodeapp](https://github.com/yogeshlonkar/nodeapp).

## Build
For development
```shell
npm run dev
```
For webpack bundle (in /dist directory)
```shell
npm run build
```

## Docker repository
[`ylonkar/reactapp`](https://hub.docker.com/r/ylonkar/reactapp/)

[Dockerfile](https://github.com/yogeshlonkar/reactapp/blob/master/Dockerfile)

### Tags
- `latest`
- `2.0.0`

## Run
Using docker
```shell
docker run -d -p 80:80 ylonkar/reactapp
```

Open http://localhost