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
- Host: GitHub
- URL: https://github.com/yogeshlonkar/reactapp
- Owner: yogeshlonkar
- License: mit
- Created: 2018-08-26T09:47:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T05:43:36.000Z (almost 8 years ago)
- Last Synced: 2025-06-19T20:51:46.174Z (about 1 year ago)
- Topics: babel, bootstrap, fontawesome, helmet, react, react-router-v4, scss, webpack
- Language: JavaScript
- Homepage:
- Size: 376 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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