Ad4mJ / node-react-webpack-docker-starterkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-react-webpack-docker-starterkit

A simple minimalistic Nodejs and React started kit that can be used to bootstrap your new React application easily.

Features and Modules

  1. React
  2. Webpack 2
  3. Babel
  4. Docker file
  5. pm2
  6. Enzyme
  7. Chai
  8. React Semantic-UI
  9. Pug Template engine
  10. Node 6
  11. NPM Shrinkwrap
  12. Mocha and Jest (Remove the unwanted one)

Upcoming Fetaures

  1. Session management using Redis
  2. Asynchronous Logging mechanism
  3. React state management using Redux
  4. Yarn support
  5. yarn lock
  6. Single Docker Compose
  7. Webpack production configurations

Usage

1. Run the application locally

Clone the repository and the run

npm install

and then the run the application

npm start
2. Build and Run as a docker container
docker build -t <some_name> .
docker run -p 9400:9400 -d <image_id>

License - MIT License

Copyright 2017 sundarsy

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About


Languages

Language:JavaScript 94.5%Language:HTML 3.1%Language:Dockerfile 2.5%