Just to setup the PostgreSQL, React, and Express/NodeJs boilerplate to off ground faster
- Simply clone/download or folk this repository and just open it with your favolite editor.
- make sure you have the node enviroment installed on your computer, or follow
https://nodejs.org/en/download/
to install it. it is recommended to install the LTS version. or you can install the latest if you want to play around with its new features. - check whether you have a complete node environment installed using the following commands:
node -v
to check your node environment versionnpm -v
to check your node package manager version The node installation comes with npm(node package manager) by default, but you can choose either yarnhttps://yarnpkg.com/lang/en/docs/install/
if you prefer.
- After all, open your project folder location in a terminal and type one of the following commands:
After getting the environment set up, you can open the project location in your terminal and then type the command to start the server yarn start
or npm run server
, you'll see the logs telling you the port
on which your server is using or throws an error if any.
Yes you can use this node server boilerplate to build your own. Once cloned/downloaded or folked, feel free to open any of the files contained in either folders and start building without working around with the setup configurations cuz it's all set.
Or if you want to contribute to this repo, please pull the request to build the goodness of this boilerplate together.
Let me know what's blocking you so that I can provide the quick help to get started
- Email: [email protected]
- Twitter: #PacificMusigwa