React App Tutorial is a repository created to understand the basics of
reactjs
library. This code is created from the learning of theplural sight course
Course Link. This project createbuild
folder during build and deploy its content togh-pages
using
Follow the following steps:
git clone https://github.com/immnk/react-app-tutorial.git
cd react-app-tutorial && npm install
- For testing in dev
npm start
.
To create a bew React application we use npx create-react-app <app-name>
and this is similar to using npm i -g create-react-app && create-react-app <app-name>
The x in npx is for execution.
Travis CI
takes care of deploying to gh-pages in GitHub. Although you can check the steps in travis.yml
file in root.
All tasks and issues are listed as items in Tasks & issues in repository Issues tab
- Write a README file.
- Add CI/CD pipelines
- Make automatic deployments on release branch
- Create lessons and create links to view them.
- Refactor code to use classes instead of functions.
- Create SCSS styles and compile them with webpack
- Create API test method and set up
- Create unit test cases proper libraries.
- Beautify
- Debugger for Chrome
- ESLint
- GitLens
- IntelliSense for CSS class names
- markdownlint
- vscode-icons
- Mock data - https://www.mockaroo.com/
- Background generator - https://cssgradient.io/gradient-backgrounds/
- Markdown tricks - https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet