Frontend Architecture Workshop

Join Gittr: Go to FEA Workshop and log in with your twitter or github credentials to join our workshop chat room.

Getting Set Up

$ git clone https://github.com/micahgodbolt/frontend-architecture-workshop.git && cd frontend-architecture-workshop

$ npm install

Getting Started

$ npm run start // then open browser to localhost:3000

Creating New Components, Containers and Patterns

$ npm run create

Testing

Install selenium

$ npm run selenium:install

Start Selenium

$ npm run selenium:start

With $npm run start and selenium running, you can run tests

$ npm run tests