-
Notifications
You must be signed in to change notification settings - Fork 59
Project Installation Guide
Rey Dekker edited this page Sep 26, 2020
·
3 revisions
-
node: v8.16.0- Feel free to download installer here - https://nodejs.org/en/blog/release/v8.16.0/
-
npm: 6.4.1-npm i npm@6.4.1
On every step run the command to check that npm -v, node -v etc.
Open two(!) windows - one for frontend and one for backend, and do the following:
cd your_path/projects-platform-frontend
Installs all the needed dependencies.
Builds the project.
Ask @nurmerey or @leyla-li for the gist URL for the .env file. Then add it to the root directory. Make sure to setup DATABASE_URL as per instructions in Final Step
Runs the backend server on port 5000.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.