Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 430 Bytes

READFIRST.md

File metadata and controls

16 lines (11 loc) · 430 Bytes

React Project

Prerequisites

  • NodeJS ^8.9
  • npm ^5.6

Steps to Run inside CodeMix

  1. From the Quick Open Command Palette (ctrl/cmd + shift + p) search for: Terminal: Create New Integrated Terminal
  2. From the Quick Open options select this project.
  3. Once you are inside the Terminal, execute: npm install
  4. Finally to run this example run npm run start
  5. Open your browser on http://localhost:3000