This project was bootstrapped with Create Complete React App.
Your environment will have everything you need to build a modern single-page React app:
- Styled Components for stress-less styling of your apps with the best bits of ES6 and CSS.
- React Testing Library for simple and complete testing utilities that encourage good testing practices.
- Prettier an opinionated code formatter for you to focus on coding without worrying about how you code looks.
- Typescript for strong typing and catching mistakes in your editor.
- Webpack for state of the art bundling and creating an optimized built of your app.
- React Hot Loader for keep your components mounted and preserving the state.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will automatically reload if you make changes to the code. You will see the build errors and lint warnings in the console.
Runs the test watcher in an interactive mode. By default, runs tests related to files changed since the last commit.
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!
This will trigger
esLint
: a linter that finds and fixes problems in your JavaScript/TypeScript code.styleLint
: a linter that helps you avoid errors and enforce conventions in your styles.
This will remove build, coverage and node_modules
folders for a clean start.
- Convert to a PWA