Install Node and React if not already installed.
In root (./FETEC-News
)
npm run config
This creates a new .env
file, which has to be modified. For security, variable MONGODB_URI
is missing the user password.
In root (./FETEC-News
), run
npm install
This installs all dependencies for both server and client, then builds the client react app.
npm start
Starts up server, which also directly serves the client.
In ./FETEC-News/client
run
npm start
Install nodemon
to have changes applied on each save
npm start # uses nodemon
If a developer wishes to contribute to this initiative, he/she may do so by creating a Pull Request in which the following format should be included in the description.
[FETEC News- <# of the task>]()
## Description
Brief description of what the task does