There are four sub-repos under this project:
front-end-demoshas demonstrations of plain HTML, CSS, and JavaScriptfront-end-labshas labs that use plain HTML, CSS, and JavaScript.react-demoshas demonstrations of React code for the React portion of the classreact-labshas exercises for the React portion of the class.
Do NOT open the root of the repository in your IDE of choice.
Run npm install in the root directory. This will set up dependencies for all sub projects.
For *-demos directories, you can open then directly in the IDE.
For *-labs directories, open the *-apps directory in your IDE.
For any given sub-project:
- Open a terminal/command prompt
- Run
npm run devto start the server associated with the project.