You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Run `yarn run build` to transpile the modules' files from `src` folder into `build` folder.
26
-
2. Run `yarn serve` to start the http-server on http://localhost:8022 to serve the `.js`files in `build` folder.
30
+
2. Run `yarn serve` to start the http-server on http://localhost:8022 to serve all files in the `build` folder with the same directory structure.
27
31
28
32
### Using with Cadet Frontend
29
33
30
34
1. Follow the [setup](https://github.com/source-academy/cadet-frontend#getting-started) instructions on Cadet Frontend.
31
-
2. When [setting up](https://github.com/source-academy/cadet-frontend#getting-started) the backend configuration of Cadet Frontend, ensure that `REACT_APP_MODULE_BACKEND_URL=http://localhost:8022` from the subsection above.
32
-
3. Ensure that you are serving the modules' javascript files in a local server. Refer to the subsection above for instructions.
33
-
4.[Start up](https://github.com/source-academy/cadet-frontend#getting-started) the Cadet Frontend local development server to use the served modules.
35
+
2. When [setting up](https://github.com/source-academy/cadet-frontend#getting-started) the backend configuration of Cadet Frontend, ensure that `REACT_APP_MODULE_BACKEND_URL=http://localhost:8022` from the subsection above.
36
+
3. Ensure that you are serving the modules' javascript files in a local server. Refer to the subsection above for instructions.
37
+
4.[Start up](https://github.com/source-academy/cadet-frontend#getting-started) the Cadet Frontend local development server to use the served modules.
0 commit comments