A frontend case study built with ReactJS, Boostrap, and Sass.
Clone the project and run:
npm install
Or you can use Yarn if you prefer:
yarn
Deploy to S3 via travis-ci
To create a deploy:
- Add a new feature
git add -A && git commit -am "My New Feature"
git push origin master
Travis listens for commits to the master branch, runs the test suite, and if it passes generates and uploads the build folder to S3.
You can view the deployed application here: http://case-study-app-bucket.s3-website-us-west-2.amazonaws.com/
In the project directory, you can run:
runs the app in development mode. Open http://localhost:3000 to view it.
Launches the test runner Jest in interactive watch mode.
Builds the app for production, outputs build files in the build
folder.