Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeanrauwers/movies-sa-tutorial
React Hooks Crash Course 2019 including Jest and Enzyme and deploying to a server
https://github.com/jeanrauwers/movies-sa-tutorial
course enzyme es6 jest react reactjs tutorials
Last synced: 3 months ago
JSON representation
React Hooks Crash Course 2019 including Jest and Enzyme and deploying to a server
- Host: GitHub
- URL: https://github.com/jeanrauwers/movies-sa-tutorial
- Owner: jeanrauwers
- License: mit
- Created: 2019-08-12T05:43:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:56:23.000Z (about 2 years ago)
- Last Synced: 2023-03-03T00:20:17.174Z (almost 2 years ago)
- Topics: course, enzyme, es6, jest, react, reactjs, tutorials
- Language: JavaScript
- Homepage: https://www.youtube.com/watch?v=w4Yce2TutTE&t=299s
- Size: 6.2 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Hooks Crash Course 2019 including Jest and Enzyme and deploying to a server
You can follow this tutorial on this link: [YouTube](http://www.youtube.com/watch?v=w4Yce2TutTE&t=299s)
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `npm test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### `npm run build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.