Skip to content
Thuy edited this page Mar 21, 2019 · 10 revisions

To test out deploying to AWS but also just putting together the skeleton of a basic website.

It is now just a static site with just HTML, CSS and JavaScript but teaching myself React and Redux so future code will hopefully DRY up this mess.

Travis CI is setup but will need to be updated once I add React and Redux. Good to know that TravisCI also runs tests on feature branches so I can test the build on those, too, and know that once I incorporate changes from feature branches into master, the builds should still be fine.

The Open Guide to Amazon Web Services is a good place to start as they make navigating through AWS documentation much easier, breaking steps down.

Clone this wiki locally