Project in Action - Jobify
Find the App Useful? You can always buy me a coffee
npm run install-dependencies- rename .env.temp to .env
- setup values for - MONGO_URL, JWT_SECRET, JWT_LIFETIME
npm start- visit url http://localhost:3000/
- create client folder
- open terminal
cd clientnpx create-react-app .npm start- set editor/browser side by side
- copy/paste assets from complete project
- in src remove
- App.css
- App.test.js
- logo.svg
- reportWebVitals.js
- setupTests.js
- fix App.js and index.js
- change title in public/index.html
- replace favicon.ico in public
- resource Generate Favicons
- CSS in JS (styled-components)
- saves times on the setup
- less lines of css
- speeds up the development
- normalize.css
- small CSS file that provides cross-browser consistency in the default styling of HTML elements.
- normalize docs
npm install normalize.css- import 'normalize.css' in index.js
- SET BEFORE 'index.css'
- replace contents of index.css