- Notifications
You must be signed in to change notification settings - Fork1
ShMcK/coderoad-react-tutorial-starter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project is a working starter boilerplate for a React based CodeRoad tutorial.
Seeinstructions for reverting back to its originalCreate React App template.
In the project directory, you can run:
Runs the app in the development mode.
Openhttp://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.
Launches the test runner in the interactive watch mode.
See the section aboutrunning tests for more information.
Builds the app for production to thebuild
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 aboutdeployment for more information.
You can learn more in theCreate React App documentation.
To learn React, check out theReact documentation.
This section has moved here:https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here:https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here:https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here:https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here:https://facebook.github.io/create-react-app/docs/deployment
This section has moved here:https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
This project is slightly modified from the original create-react-app config in order to integrate with CodeRoad's testing tools. See react-app-rewired for details on how these modifications are implemented:https://github.com/timarney/react-app-rewired.
If you're done with your CodeRoad course, feel free to revert back. Just follow the instructions below:
- delete the following file:
config.overrides.js
- Remove unused packages by running the following:
npm uninstall react-app-rewired jest-tap-reporter
- Revert the scripts in package.json back to their original formats:
"scripts": {"start":"react-scripts start","build":"react-scripts build","test":"react-scripts test"},
- Remove the following lines from your
.gitignore
file. These should be enabled when publishing or sharing your application.
package-lock.jsonyarn.lock
Happy hacking!
About
A base starter for CodeRoad tutorials with React
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.