UNPKG

1.93 kBMarkdownView Raw
1# Amwic-React-Scripts
2
3This is the Amwic Starterkit for React Projects. See Changelog at bottom for latest changes.
4
5This package includes Highly Opininated Custom scripts and configuration for
6[Create React App](https://github.com/facebookincubator/create-react-app).<br> Please refer to its documentation:
7
8* [Getting Started](https://github.com/facebookincubator/create-react-app/blob/master/README.md#getting-started) – How
9 to create a new app.
10
11* [User Guide](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md)
12 – How to develop apps bootstrapped with Create React App.
13
14The custom scripts and configuration included are listed below<br> Please refer to each plugin's offical documentation
15for further information:<br>
16
17## [ESLint](https://eslint.org/docs/user-guide/configuring "preconfigured eslint linting extending the react-app config")
18
19## [Prettier-eslint](https://github.com/prettier/prettier-eslint "Formats your JavaScript using prettier followed by eslint --fix")
20
21## [PropTypes](https://github.com/facebook/prop-types "Runtime type checking for React props and similar objects")
22
23## [React Router 4](https://reacttraining.com/react-router/ "Declarative routing for React")
24
25## [Styled-Components](https://www.styled-components.com/ "CSS in JS for Styling Components. styled-components utilises tagged template literals to style your components.")
26
27## [Enzyme 3](https://airbnb.io/enzyme/index.html "JavaScript Testing utility for React that makes it easier to assert, manipulate, and traverse your React Components output.")
28
29## [Jest Styled Components](https://github.com/styled-components/jest-styled-components "a set of utilities for testing Styled Components with Jest.")
30
31# ChangeLog
32
33**Breaking Change**
34
35v1.2.10 Decided to fully embrace Styled-Components once again.
36Use v1.2.9 for non styled-component version.
37
38v1.2.24 Added Hot Reload