Zazzle FE Project
This project was bootstrapped with Create React App.
Setup
Run the following
npm install
npm run start
Scripts
npm run start
This command will run the app in developer mode at http://localhost:3000, or if that port isn't available, the next one. When changes are made to the code, the browser will reload.
npm run test
This will run the test suite and generate the coverage report
npm run test.watch
This will run the test suite in watch mode (coverage will not be generated)
npm run storybook
This will run the storybook program. Letting you develop and view the components registered at the port specified.
Recommended Readings
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
To read a story about StoryBook, check Docs here.
Testing is super important, see Jest Docs and Enzyme Docs
Read about the latest fashion with StyledComponents (Thats a sassy joke)