A starter app using:
The app has 2 routes: / and /accessibility. The homepage includes a parallax, which can be disabled by the user in /accessibility.
A service worker is included, but in order to use you must include an SSL certificate. Free certificates are available at Let's Encrypt. Store key.pem and cert.pem in root.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Clone the repository
$ git clone https://github.com/lawshe/react-comienzo.git
$ cd react-comienzo
$ npm install
$ npm run dev
Go to http://localhost:8080/ in your browser.
Testing redux action creators and reducers using Jest. Test files are in \__tests__. To run tests,
$ npm test
Build for production,
$ npm run build
Running in production
$ npm start
Favicon and icons are stored in /public/images/icons. Google analytics can be added in /config-variables.js.
- Add tests for components