DELETE THIS: Single paragraph description of project
This is (going to be) the most awsome project ever and will be the Panacea for all the worlds problems.
| 1. Create a GitHub repo and link your project to that ( this is done automatically when creating a repo from inside VS Code ). | |
| 2. npm install --save-dev gh-pages | |
| 3. Add these two fields to packages.json inside the "scripts" object | |
| "scripts": { | |
| ... | |
| "predeploy": "npm run build", | |
| "deploy": "gh-pages -d dist" | |
| ... | |
| } |
| // Importing the styles from our CSS module | |
| import styles from './component.module.css' | |
| // Since our custom components don't have the className field | |
| // We have to think a bit differently about how to get the CSS classes | |
| // we want to 'stick' to the right HTML element | |
| function MyComponent(props) { | |
| const { className } = props | |
| return ( |
DELETE THIS: Single paragraph description of project
This is (going to be) the most awsome project ever and will be the Panacea for all the worlds problems.
While any text editor that does not do any fancy formating is technically usable for HTML, CSS and JavaScript. They lack several essential features that makes your everyday as a developer easier, notably:
While any text editor that does not do any fancy formating is technically usable for HTML, CSS and JavaScript. They lack several essential features that makes your everyday as a developer easier, notably: