The structure template Express.js. The template in is intended for anyone who needs guidance to make their Express.js project more tidy and structured or anyone who is trying Express.js for the first time.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them.
A step-by-step guide on setting up the project locally.
-
Clone the repository.
git clone https://github.com/jokosu10/template-framework-express.git
-
Navigate into the directory.
cd template-framework-express
-
Install the dependencies.
npm install
-
Copy the
.env.example
file and create a new file called.env
:cp .env.example .env
-
Write the all configuration for project in file
.env
.
A step-by-step guide on setup initial data for first time.
-
Running for application using development environment.
npm run dev