Skip to content

jodriscoll/react_i6tix

Repository files navigation

i6 Posters

Development Description
yarn Install dependencies
npm start Start application
localhost:3000 localhost testing URL
Production Description
npm run build Builds out the /dist assets

CI Integration & Hosting

The Poster Configurator is a set of .html, .js, and .css files capable of being hosted in a file storage system such as RackSpace Cloud Files or AWS S3.

  • This repository is set up to automatically to AWS S3 when pushes are made to the master branch.

    • You may access the S3 instance at the following URL:
      • TBD
  • The following environment variables need to be set via GitLab Secrets for this to work:

    AWS_ACCESS_KEY_ID
    AWS_BUCKET
    AWS_REGION
    AWS_SECRET_ACCESS_KEY
    

Misc Notes

This project is based on React Slingshot

Troubleshooting

# when executing npm start, you're greeted with the following:
「wdm」: TypeError: Cannot read property 'map' of undefined
    at /{path}/{project}/node_modules/hard-source-webpack-plugin/index.js:659:12
    at <anonymous>
    at process._tickDomainCallback (internal/process/next_tick.js:228:7)

About

ReactJS – AWS – GitLab CI – LocalStorage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published