Skip to content

Bogdan-Lyashenko/reactjsconsulting

 
 

Repository files navigation

Prerequisites

Please do these steps before the event. If you have any problems, email cory@reactjsconsulting.com.

  1. Install Node 10 or newer
  2. Install Git
  3. Install VS Code
  4. Install these VS Code extensions: Prettier, ESLint, and React Code Snippets
  5. Click the green "Clone this template" button above.
  6. Enter a name and descripion for your repo. Click "Create Repository from Template"
  7. Open a command line to the directory where you cloned this repo
  8. Change directories into the dev-environment directory
  9. Run this command to install dependencies: npm install
  10. Run this command to start the app: npm start
  11. Load http://localhost:3000. You should see the app start.
  12. Load http://localhost:3001. You should see json-server's landing page.

If you did all the above, you're all set!

Keep in Touch!

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.4%
  • SCSS 6.3%
  • CSS 3.7%
  • TypeScript 3.0%
  • HTML 2.5%
  • Shell 0.1%