Skip to content

Latest commit

 

History

History
55 lines (45 loc) · 1.58 KB

File metadata and controls

55 lines (45 loc) · 1.58 KB

React Comienzo

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

Clone the repository

$ git clone https://github.com/lawshe/react-comienzo.git
$ cd react-comienzo
$ npm install

Running

$ npm run dev

Go to http://localhost:8080/ in your browser.

Testing

Testing redux action creators and reducers using Jest. Test files are in \__tests__. To run tests,

$ npm test

Production

Build for production,

$ npm run build

Running in production

$ npm start

Customizing

Favicon and icons are stored in /public/images/icons. Google analytics can be added in /config-variables.js.

To Do

  • Add tests for components