App that toggles state of cells added to a 3 * 3 table
- Install npm modules
npm install
- Start webpack server for development
npm start
- App is available at
http://localhost:8080
- Run tests
npm run cypress
- Build and start the app with
docker-compose up --build
- App is available at
http://localhost:8080
- Run tests
npm run cypress