Skip to content

rhernandog/react-docker-awseb

Repository files navigation

Build Status dependencies Status devDependencies Status

Simple React Startup Package

Description

Simple startup package for creating a React app using webpack.

Instructions

  • Clone the repo or download the .zip file using the button.
  • Run npm install to install all the dependencies. Depending on the date, you might want to update some packages to latest versions.
  • To start the development environment, run npm start.
  • To test your JS files' syntax run npm run lint. Check the .eslint.rc and .eslintignore files to see ESLint's configuration and change it to your needs.
  • To create a production-ready build run npm run build. The production-ready files will be placed in the build folder.
  • To add your own favicon file change the favicon field in the Webpack Config files, in the HtmlWebpackPlugin config object, inside the plugins array.

Author

Bugs/Issues

Open an issue here: https://github.com/rhernandog/react-startup-package/issues

Changelog

  • Version 1.0.0

License

MIT

About

Sample for using AWS EB to deploy a docker container with a React App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published