Skip to content

gablittledevshop/members-search-app

 
 

Repository files navigation

Members Search App

App for Members Search.

Getting Started

Compile and launch your app by running:

$ yarn start # Compiles the app and opens it in a browser with "live reload"

You can also test your app in release (production) mode by running yarn start -- --release or with HMR and React Hot Loader disabled by running yarn start -- --no-hmr. The app should become available at http://localhost:8080/.

How to Test

The unit tests are powered by chai and mocha.

$ yarn lint # Check JavaScript and CSS code for potential issues
$ yarn test # Run unit tests. Or, `yarn run test:watch`

Development

Make sure the API is running and database is populated before starting. If you need to test API changes on staging or live, rename .env.default to .env and update the url.

How to Deploy

If you need to build the project without publishing it, simply run:

$ yarn build # Compiles the app into the /public/dist folder

To push changes live, run the following after building the project:

$ aws s3 cp ./public/app.css s3://members-search-app/app.css
$ aws s3 cp ./public/dist/main.*.js s3://members-search-app/app.js

About

App for Members Search.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.6%
  • CSS 2.2%
  • HTML 1.2%